]> git.sur5r.net Git - i3/i3/blobdiff - libi3/get_mod_mask.c
randr: use root window in case of no randr outputs
[i3/i3] / libi3 / get_mod_mask.c
index 752cea57ac8649f4c0d97d2f2df021c4d64d0363..3b6976ad6b0d1669149fed67533aa53d1b1d4b7c 100644 (file)
@@ -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)
  *
  */
 #include <stdint.h>
@@ -46,8 +46,8 @@ uint32_t aio_get_mod_mask_for(uint32_t keysym, xcb_key_symbols_t *symbols) {
  *
  */
 uint32_t get_mod_mask_for(uint32_t keysym,
-                           xcb_key_symbols_t *symbols,
-                           xcb_get_modifier_mapping_reply_t *modmap_reply) {
+                          xcb_key_symbols_t *symbols,
+                          xcb_get_modifier_mapping_reply_t *modmap_reply) {
     xcb_keycode_t *codes, *modmap;
     xcb_keycode_t mod_code;