]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
don't let the user toggle decorations on widnows that don't have any decorations...
[chaz/openbox] / openbox / client.h
index 2cc64a5c26fb8b3d90a58b16d386b452f91a0072..05153eb0008fa14dc0523a1d431c97382bf537c4 100644 (file)
@@ -73,7 +73,8 @@ typedef enum
     OB_CLIENT_FUNC_FULLSCREEN = 1 << 5, /*!< Allow to be made fullscreen */
     OB_CLIENT_FUNC_CLOSE      = 1 << 6, /*!< Allow to be closed */
     OB_CLIENT_FUNC_ABOVE      = 1 << 7, /*!< Allow to be put in lower layer */
-    OB_CLIENT_FUNC_BELOW      = 1 << 8  /*!< Allow to be put in higher layer */
+    OB_CLIENT_FUNC_BELOW      = 1 << 8, /*!< Allow to be put in higher layer */
+    OB_CLIENT_FUNC_UNDECORATE = 1 << 9  /*!< Allow to be undecorated */
 } ObFunctions;
 
 struct _ObClient
This page took 0.020557 seconds and 4 git commands to generate.