summaryrefslogtreecommitdiff
path: root/openbox/frame.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2010-06-26 15:55:40 +0200
committerMikael Magnusson <mikachu@gmail.com>2010-09-16 17:24:11 +0200
commit1ffc0021325e30db7bb7f8b2a17ca7f5546b3324 (patch)
treebbbb0794f66b06f3c10b914160be2d6e240fc2f9 /openbox/frame.h
parent48d36cd587e70b9680f65811d08038496a9ccc12 (diff)
Make the dock a context and add actions LowerDock and RaiseDock
Diffstat (limited to 'openbox/frame.h')
-rw-r--r--openbox/frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/frame.h b/openbox/frame.h
index 0e28b9f1..915c08db 100644
--- a/openbox/frame.h
+++ b/openbox/frame.h
@@ -53,6 +53,7 @@ typedef enum {
/*! This is a special context, which occurs while dragging a window in
a move/resize */
OB_FRAME_CONTEXT_MOVE_RESIZE,
+ OB_FRAME_CONTEXT_DOCK,
OB_FRAME_NUM_CONTEXTS
} ObFrameContext;