]> git.sur5r.net Git - i3/i3/blobdiff - libi3/get_mod_mask.c
Merge pull request #2875 from botovq/next
[i3/i3] / libi3 / get_mod_mask.c
index cf8cbe3863654c150a0b74800e3fcbd1f71e9d14..98031d4ceed460ffbe3f7561a55b8e4b7bb15ae0 100644 (file)
@@ -2,18 +2,16 @@
  * 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)
  *
  */
+#include "libi3.h"
+
 #include <stdint.h>
 #include <stdlib.h>
 #include <xcb/xcb.h>
 #include <xcb/xcb_keysyms.h>
 
-#include "libi3.h"
-
-extern xcb_connection_t *conn;
-
 /*
  * All-in-one function which returns the modifier mask (XCB_MOD_MASK_*) for the
  * given keysymbol, for example for XCB_NUM_LOCK (usually configured to mod2).