]> Dogcows Code - chaz/openbox/blobdiff - otk/style.hh
add comment for findScreen
[chaz/openbox] / otk / style.hh
index d3b5903e94222f3639459d45541a94e4a8fc4b5f..2944339dddcd4cdc11f74f79d369e0ec7447e652 100644 (file)
@@ -84,6 +84,11 @@ public:
 
   void load(const Configuration &style);
 
+  inline PixmapMask *getCloseButtonMask(void) { return &close_button; }
+  inline PixmapMask *getMaximizeButtonMask(void) { return &max_button; }
+  inline PixmapMask *getIconifyButtonMask(void) { return &icon_button; }
+  inline PixmapMask *getStickyButtonMask(void) { return &stick_button; }
+
   inline BColor *getTextFocus(void) { return &l_text_focus; }
   inline BColor *getTextUnfocus(void) { return &l_text_unfocus; }
 
This page took 0.019818 seconds and 4 git commands to generate.