summaryrefslogtreecommitdiff
path: root/openbox/moveresize.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/moveresize.h')
-rw-r--r--openbox/moveresize.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/openbox/moveresize.h b/openbox/moveresize.h
index 2f8d3e6a..2d0f7dce 100644
--- a/openbox/moveresize.h
+++ b/openbox/moveresize.h
@@ -27,6 +27,12 @@
struct _ObClient;
+typedef enum {
+ OB_RESIZE_POS_CENTER,
+ OB_RESIZE_POS_TOP,
+ OB_RESIZE_POS_FIXED
+} ObResizePopupPos;
+
extern gboolean moveresize_in_progress;
extern struct _ObClient *moveresize_client;
#ifdef SYNC