diff options
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 418cb12..c9bb2fd 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.61 2003/01/12 17:57:46 fluxgen Exp $ | 25 | // $Id: Screen.hh,v 1.62 2003/01/12 18:46:01 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef SCREEN_HH | 27 | #ifndef SCREEN_HH |
28 | #define SCREEN_HH | 28 | #define SCREEN_HH |
@@ -49,8 +49,6 @@ | |||
49 | #include "config.h" | 49 | #include "config.h" |
50 | #endif // HAVE_CONFIG_H | 50 | #endif // HAVE_CONFIG_H |
51 | 51 | ||
52 | class Workspacemenu; | ||
53 | class Iconmenu; | ||
54 | class Netizen; | 52 | class Netizen; |
55 | class Slit; | 53 | class Slit; |
56 | class Toolbar; | 54 | class Toolbar; |
@@ -227,7 +225,6 @@ public: | |||
227 | inline void saveClock24Hour(bool c) { resource.clock24hour = c; } | 225 | inline void saveClock24Hour(bool c) { resource.clock24hour = c; } |
228 | 226 | ||
229 | inline Theme::WindowStyle *getWindowStyle() { return &theme->getWindowStyle(); } | 227 | inline Theme::WindowStyle *getWindowStyle() { return &theme->getWindowStyle(); } |
230 | inline Theme::MenuStyle *getMenuStyle() { return &theme->getMenuStyle(); } | ||
231 | inline FbWinFrameTheme &winFrameTheme() { return m_windowtheme; } | 228 | inline FbWinFrameTheme &winFrameTheme() { return m_windowtheme; } |
232 | inline const FbWinFrameTheme &winFrameTheme() const { return m_windowtheme; } | 229 | inline const FbWinFrameTheme &winFrameTheme() const { return m_windowtheme; } |
233 | inline FbTk::MenuTheme *menuTheme() { return m_menutheme.get(); } | 230 | inline FbTk::MenuTheme *menuTheme() { return m_menutheme.get(); } |