X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fhandlers.h;h=1d5a386522bcbe229c1de411ecf7b5ceab4d5fe8;hb=eedb25765590460d328f42364cc2396a6fcd9f0e;hp=db7d06b5fec7e172b1b8a488ec0752c7faf0987c;hpb=b0990c183ae1e25aaddb2af40eeb11eff1a208af;p=i3%2Fi3 diff --git a/include/handlers.h b/include/handlers.h index db7d06b5..1d5a3865 100644 --- a/include/handlers.h +++ b/include/handlers.h @@ -2,7 +2,7 @@ * 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) * * handlers.c: Small handlers for various events (keypresses, focus changes, * …). @@ -10,9 +10,12 @@ */ #pragma once +#include + #include extern int randr_base; +extern int xkb_base; /** * Adds the given sequence to the list of events which are ignored.