]> Dogcows Code - chaz/openbox/blobdiff - openbox/mouse.c
Fixing bug from commit 041d17373e04
[chaz/openbox] / openbox / mouse.c
index 857f6d09e61942b86127edf5e5d85c873fa1773e..f63d2663bd2c35b0dcc0b305f7008f587d1b647b 100644 (file)
@@ -38,12 +38,6 @@ typedef struct {
     GSList *actions[OB_NUM_MOUSE_ACTIONS]; /* lists of Action pointers */
 } ObMouseBinding;
 
-#define FRAME_CONTEXT(co, cl) ((cl && cl->type != OB_CLIENT_TYPE_DESKTOP) ? \
-                               co == OB_FRAME_CONTEXT_FRAME : FALSE)
-#define CLIENT_CONTEXT(co, cl) ((cl && cl->type == OB_CLIENT_TYPE_DESKTOP) ? \
-                                co == OB_FRAME_CONTEXT_DESKTOP : \
-                                co == OB_FRAME_CONTEXT_CLIENT)
-
 /* Array of GSList*s of ObMouseBinding*s. */
 static GSList *bound_contexts[OB_FRAME_NUM_CONTEXTS];
 /* TRUE when we have a grab on the pointer and need to replay the pointer event
This page took 0.022112 seconds and 4 git commands to generate.