From 28b8f67562bb7eb15134f2bf7a8394f0a009b9ba Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 23 Jan 2003 05:20:13 +0000 Subject: remove the word "sticky" from everywhere, and replace with "all desktops". change the titlebar layout to use D instead of S for the all-desktops button --- otk/renderstyle.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'otk/renderstyle.hh') 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; } -- cgit v1.2.3