X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Frenderstyle.hh;h=d61c99da26a848a6bc9dee881d67183e9c7a4897;hb=28b8f67562bb7eb15134f2bf7a8394f0a009b9ba;hp=7bebf418efbab22dfb2449f97bd9f03774f63540;hpb=7b7ae097a0d389a35967fdab4ea310effcfc42c2;p=chaz%2Fopenbox diff --git a/otk/renderstyle.hh b/otk/renderstyle.hh index 7bebf418..d61c99da 100644 --- a/otk/renderstyle.hh +++ b/otk/renderstyle.hh @@ -63,7 +63,7 @@ private: PixmapMask *_max_mask; PixmapMask *_icon_mask; - PixmapMask *_stick_mask; + PixmapMask *_alldesk_mask; PixmapMask *_close_mask; int _handle_width; @@ -120,7 +120,7 @@ public: inline PixmapMask *maximizeMask() const { return _max_mask; } inline PixmapMask *iconifyMask() const { return _icon_mask; } - inline PixmapMask *stickyMask() const { return _stick_mask; } + inline PixmapMask *alldesktopsMask() const { return _alldesk_mask; } inline PixmapMask *closeMask() const { return _close_mask; } inline int handleWidth() const { return _handle_width; }