]> git.sur5r.net Git - i3/i3/blobdiff - include/resize.h
Implement resizing (still buggy)
[i3/i3] / include / resize.h
diff --git a/include/resize.h b/include/resize.h
new file mode 100644 (file)
index 0000000..5c8ea5d
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef _RESIZE_H
+#define _RESIZE_H
+
+int resize_graphical_handler(Con *first, Con *second, orientation_t orientation, xcb_button_press_event_t *event);
+
+#endif