From 88b839834242d237eaf98fcc0aac94e21a767ace Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 17 Sep 2003 06:44:04 +0000 Subject: 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. --- openbox/frame.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/frame.h') 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; -- cgit v1.2.3