X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=include%2Fhandlers.h;h=1d5a386522bcbe229c1de411ecf7b5ceab4d5fe8;hp=db7d06b5fec7e172b1b8a488ec0752c7faf0987c;hb=HEAD;hpb=c23db20cb56847305bd8b6b362b8623e9e81db69 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.