X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fassignments.h;h=22ebafc345a4a38cf7a54921ef83b1157d46a63d;hb=f14efe85d14553569376d8c416944eeac9379275;hp=f72dd2e5e4c4a0db14c499ae35d57622096cc008;hpb=0f276fdefa5428a9137996bd2d36ae24d86b80df;p=i3%2Fi3 diff --git a/include/assignments.h b/include/assignments.h index f72dd2e5..22ebafc3 100644 --- a/include/assignments.h +++ b/include/assignments.h @@ -1,9 +1,13 @@ /* * vim:ts=4:sw=4:expandtab * + * i3 - an improved dynamic tiling window manager + * © 2009 Michael Stapelberg and contributors (see also: LICENSE) + * + * assignments.c: Assignments for specific windows (for_window). + * */ -#ifndef _ASSIGNMENTS_H -#define _ASSIGNMENTS_H +#pragma once /** * Checks the list of assignments for the given window and runs all matching @@ -17,5 +21,3 @@ void run_assignments(i3Window *window); * */ Assignment *assignment_for(i3Window *window, int type); - -#endif