]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.h
Fixing bug from commit 041d17373e04
[chaz/openbox] / openbox / frame.h
index 02be17a004745f4ad69d22a52fc8d210ee81346d..e1b787fe8040ab47d32064e4496ff5a9f6cab1b6 100644 (file)
@@ -56,6 +56,12 @@ typedef enum {
     OB_FRAME_NUM_CONTEXTS
 } ObFrameContext;
 
+#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)
+
 /*! The decorations the client window wants to be displayed on it */
 typedef enum {
     OB_FRAME_DECOR_TITLEBAR    = 1 << 0, /*!< Display a titlebar */
This page took 0.022054 seconds and 4 git commands to generate.