diff options
-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); |