diff options
-rw-r--r-- | src/Resource.hh | 4 | ||||
-rw-r--r-- | src/Screen.hh | 4 | ||||
-rw-r--r-- | src/Toolbar.hh | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/Resource.hh b/src/Resource.hh index 8a147c8..0c9bb7a 100644 --- a/src/Resource.hh +++ b/src/Resource.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: Resource.hh,v 1.9 2002/12/01 13:41:58 rathnor Exp $ | 22 | // $Id: Resource.hh,v 1.10 2003/04/25 11:40:58 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef RESOURCE_HH | 24 | #ifndef RESOURCE_HH |
25 | #define RESOURCE_HH | 25 | #define RESOURCE_HH |
@@ -122,7 +122,7 @@ public: | |||
122 | m_resourcelist.remove(&r); | 122 | m_resourcelist.remove(&r); |
123 | } | 123 | } |
124 | protected: | 124 | protected: |
125 | static inline void ensureXrmIsInitialize(); | 125 | static void ensureXrmIsInitialize(); |
126 | private: | 126 | private: |
127 | 127 | ||
128 | static bool m_init; | 128 | static bool m_init; |
diff --git a/src/Screen.hh b/src/Screen.hh index 8dbefeb..1ba480d 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.84 2003/04/25 11:02:57 fluxgen Exp $ | 25 | // $Id: Screen.hh,v 1.85 2003/04/25 11:40:22 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef SCREEN_HH | 27 | #ifndef SCREEN_HH |
28 | #define SCREEN_HH | 28 | #define SCREEN_HH |
@@ -128,7 +128,7 @@ public: | |||
128 | const FbTk::Menu *getWorkspacemenu() const { return workspacemenu.get(); } | 128 | const FbTk::Menu *getWorkspacemenu() const { return workspacemenu.get(); } |
129 | FbTk::Menu *getWorkspacemenu() { return workspacemenu.get(); } | 129 | FbTk::Menu *getWorkspacemenu() { return workspacemenu.get(); } |
130 | 130 | ||
131 | inline unsigned int getCurrentWorkspaceID() const; | 131 | unsigned int getCurrentWorkspaceID() const; |
132 | Pixmap rootPixmap() const { return m_root_pm; } | 132 | Pixmap rootPixmap() const { return m_root_pm; } |
133 | /* | 133 | /* |
134 | maximum screen surface | 134 | maximum screen surface |
diff --git a/src/Toolbar.hh b/src/Toolbar.hh index 4bda5f9..344495d 100644 --- a/src/Toolbar.hh +++ b/src/Toolbar.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: Toolbar.hh,v 1.28 2003/04/23 00:13:47 fluxgen Exp $ | 25 | // $Id: Toolbar.hh,v 1.29 2003/04/25 11:39:31 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef TOOLBAR_HH | 27 | #ifndef TOOLBAR_HH |
28 | #define TOOLBAR_HH | 28 | #define TOOLBAR_HH |
@@ -110,7 +110,7 @@ public: | |||
110 | inline const IconBar *iconBar() const { return m_iconbar.get(); } | 110 | inline const IconBar *iconBar() const { return m_iconbar.get(); } |
111 | inline const ToolbarTheme &theme() const { return m_theme; } | 111 | inline const ToolbarTheme &theme() const { return m_theme; } |
112 | inline ToolbarTheme &theme() { return m_theme; } | 112 | inline ToolbarTheme &theme() { return m_theme; } |
113 | inline bool isVertical() const; | 113 | bool isVertical() const; |
114 | /** | 114 | /** |
115 | @name eventhandlers | 115 | @name eventhandlers |
116 | */ | 116 | */ |