]> git.sur5r.net Git - i3/i3/blobdiff - include/resize.h
Merge branch 'master' into next
[i3/i3] / include / resize.h
index d530294bac7d8ad88299d41c25d97b6ec6ca094e..fa0216c88ac3597e45193a32d7b1376e874d9860 100644 (file)
@@ -7,9 +7,9 @@
  * resize.c: Interactive resizing.
  *
  */
-#ifndef _RESIZE_H
-#define _RESIZE_H
+#ifndef I3_RESIZE_H
+#define I3_RESIZE_H
 
-int resize_graphical_handler(Con *first, Con *second, orientation_t orientation, xcb_button_press_event_t *event);
+int resize_graphical_handler(Con *first, Con *second, orientation_t orientation, const xcb_button_press_event_t *event);
 
 #endif