summaryrefslogtreecommitdiff
path: root/openbox/frame.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-17 06:44:04 +0000
committerDana Jansens <danakj@orodu.net>2003-09-17 06:44:04 +0000
commit88b839834242d237eaf98fcc0aac94e21a767ace (patch)
treec58f5506f688fd19fed75abc69cc0a3219e26dab /openbox/frame.h
parent96f9db0d0c0ef9073be894162e5c6ea2db726b44 (diff)
add the MoveResize context, which is used while doing a move/resize on a window. Actions bound in this context can be executed with the mouse during a move/resize on a window.
Diffstat (limited to 'openbox/frame.h')
-rw-r--r--openbox/frame.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/frame.h b/openbox/frame.h
index 78206c33..9d1cb10d 100644
--- a/openbox/frame.h
+++ b/openbox/frame.h
@@ -25,6 +25,9 @@ typedef enum {
OB_FRAME_CONTEXT_ICONIFY,
OB_FRAME_CONTEXT_ICON,
OB_FRAME_CONTEXT_CLOSE,
+ /*! This is a special context, which occurs while dragging a window in
+ a move/resize */
+ OB_FRAME_CONTEXT_MOVE_RESIZE,
OB_FRAME_NUM_CONTEXTS
} ObFrameContext;