]> Dogcows Code - chaz/openbox/blobdiff - src/Window.hh
support the blackbox hints right and the blackbox attributes for decoration state
[chaz/openbox] / src / Window.hh
index 17157ffc49508c34fa75b84ef83be08f9e4126b4..2372b5b114f19919d1d98b47551a2e3585d9b488 100644 (file)
@@ -190,7 +190,6 @@ private:
   /*
    * what decorations do we have?
    * this is based on the type of the client window as well as user input
-   * the menu is not really decor, but it goes hand in hand with the decor
    */
   DecorationFlags decorations;
   DecorationFlags mwm_decorations;
@@ -380,6 +379,7 @@ public:
   void beginMove(int x_root, int y_root);
   void beginResize(int x_root, int y_root, Corner dir);
   void enableDecor(bool enable);
+  void setupDecor();
   void setFocusFlag(bool focus);
   void iconify(void);
   void deiconify(bool reassoc = True, bool raise = True);
This page took 0.023846 seconds and 4 git commands to generate.