]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
use new token structs. free token lists.
[chaz/openbox] / openbox / client.h
index 6df13cb687b08de8fea89180210977f1f4939d6e..2838535100b29fa2cf22ac46d32e1e646e91aa8e 100644 (file)
@@ -100,7 +100,8 @@ typedef enum {
     /*! Display a button to toggle the window's placement on
       all desktops */
     Decor_AllDesktops = 1 << 6,
-    Decor_Close       = 1 << 7  /*!< Display a close button */
+    Decor_Shade       = 1 << 7, /*!< Displays a shade button */
+    Decor_Close       = 1 << 8  /*!< Display a close button */
 } Decoration;
 
 
@@ -445,12 +446,6 @@ void client_update_icons(Client *self);
 /*! Updates the window's kwm icon */
 void client_update_kwm_icon(Client *self);
 
-/* Disable decorations on the client.
-   @param flags A mask of Decoration enum values which will be disabled on the
-                client if they would normally have been displayed.
-*/
-void client_disable_decorations(Client *self, int flags);
-
 /*! Set up what decor should be shown on the window and what functions should
   be allowed (Client::decorations and Client::functions).
   This also updates the NET_WM_ALLOWED_ACTIONS hint.
This page took 0.027038 seconds and 4 git commands to generate.