diff options
author | fluxgen <fluxgen> | 2002-07-23 18:37:05 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-07-23 18:37:05 (GMT) |
commit | 47d27a0bab8d6585d3031b7945c7ee6718f8d228 (patch) | |
tree | cde7b1af243622ee97bebcd648ead62f4d122c19 /src | |
parent | 35c55cdc8dc0771a07c2276d3190782b89d8a715 (diff) | |
download | fluxbox-47d27a0bab8d6585d3031b7945c7ee6718f8d228.zip fluxbox-47d27a0bab8d6585d3031b7945c7ee6718f8d228.tar.bz2 |
theme access
Diffstat (limited to 'src')
-rw-r--r-- | src/Screen.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index d6f87ee..00d429d 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Screen.hh,v 1.38 2002/07/23 13:47:05 fluxgen Exp $ | 25 | // $Id: Screen.hh,v 1.39 2002/07/23 18:37:05 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef SCREEN_HH | 27 | #ifndef SCREEN_HH |
28 | #define SCREEN_HH | 28 | #define SCREEN_HH |
@@ -89,7 +89,7 @@ public: | |||
89 | inline bool doFocusLast(void) const { return *resource.focus_last; } | 89 | inline bool doFocusLast(void) const { return *resource.focus_last; } |
90 | inline bool doShowWindowPos(void) const { return *resource.show_window_pos; } | 90 | inline bool doShowWindowPos(void) const { return *resource.show_window_pos; } |
91 | 91 | ||
92 | inline const GC &getOpGC() const { return theme->getOpGC(); } | 92 | inline GC getOpGC() const { return theme->getOpGC(); } |
93 | 93 | ||
94 | inline const FbTk::Color *getBorderColor(void) const { return &theme->getBorderColor(); } | 94 | inline const FbTk::Color *getBorderColor(void) const { return &theme->getBorderColor(); } |
95 | inline BImageControl *getImageControl(void) { return image_control; } | 95 | inline BImageControl *getImageControl(void) { return image_control; } |
@@ -196,7 +196,7 @@ public: | |||
196 | inline Theme::WindowStyle *getWindowStyle(void) { return &theme->getWindowStyle(); } | 196 | inline Theme::WindowStyle *getWindowStyle(void) { return &theme->getWindowStyle(); } |
197 | inline Theme::MenuStyle *getMenuStyle(void) { return &theme->getMenuStyle(); } | 197 | inline Theme::MenuStyle *getMenuStyle(void) { return &theme->getMenuStyle(); } |
198 | inline Theme::ToolbarStyle *getToolbarStyle(void) { return &theme->getToolbarStyle(); } | 198 | inline Theme::ToolbarStyle *getToolbarStyle(void) { return &theme->getToolbarStyle(); } |
199 | 199 | const Theme *getTheme() const { return theme; } | |
200 | FluxboxWindow *getIcon(unsigned int index); | 200 | FluxboxWindow *getIcon(unsigned int index); |
201 | 201 | ||
202 | int addWorkspace(void); | 202 | int addWorkspace(void); |