X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fassignments.h;h=a4dc766b5e96e59b7be80a5799b58e9b7a1dab96;hb=966915cfb2ce07c14479f7fa744b727e6c855888;hp=570375cf1874220a098f3212f9c0ac1faaecb6e9;hpb=2bf7793d4d241efca25c452b5c8a5897b2a29da3;p=i3%2Fi3 diff --git a/include/assignments.h b/include/assignments.h index 570375cf..a4dc766b 100644 --- a/include/assignments.h +++ b/include/assignments.h @@ -2,13 +2,14 @@ * vim:ts=4:sw=4:expandtab * * i3 - an improved dynamic tiling window manager - * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE) + * © 2009 Michael Stapelberg and contributors (see also: LICENSE) * * assignments.c: Assignments for specific windows (for_window). * */ -#ifndef I3_ASSIGNMENTS_H -#define I3_ASSIGNMENTS_H +#pragma once + +#include /** * Checks the list of assignments for the given window and runs all matching @@ -22,5 +23,3 @@ void run_assignments(i3Window *window); * */ Assignment *assignment_for(i3Window *window, int type); - -#endif