aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-04-25 11:56:13 (GMT)
committerfluxgen <fluxgen>2003-04-25 11:56:13 (GMT)
commitd2a50e03206f58557cfed0ab4bcd12a2c833eb0a (patch)
tree40c63c82206433c14bfea0e8b1d6a80eda7155ec /src/Screen.hh
parente3921394c98ce6e894d7ac0c6d5af2ba0e6fb062 (diff)
downloadfluxbox-d2a50e03206f58557cfed0ab4bcd12a2c833eb0a.zip
fluxbox-d2a50e03206f58557cfed0ab4bcd12a2c833eb0a.tar.bz2
minor fix for root pixmap
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 1ba480d..42be8da 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.85 2003/04/25 11:40:22 fluxgen Exp $ 25// $Id: Screen.hh,v 1.86 2003/04/25 11:56:12 fluxgen Exp $
26 26
27#ifndef SCREEN_HH 27#ifndef SCREEN_HH
28#define SCREEN_HH 28#define SCREEN_HH
@@ -129,7 +129,7 @@ public:
129 FbTk::Menu *getWorkspacemenu() { return workspacemenu.get(); } 129 FbTk::Menu *getWorkspacemenu() { return workspacemenu.get(); }
130 130
131 unsigned int getCurrentWorkspaceID() const; 131 unsigned int getCurrentWorkspaceID() const;
132 Pixmap rootPixmap() const { return m_root_pm; } 132 Pixmap rootPixmap() const;
133 /* 133 /*
134 maximum screen surface 134 maximum screen surface
135 */ 135 */
@@ -412,8 +412,6 @@ private:
412 412
413 std::auto_ptr<RootTheme> m_root_theme; 413 std::auto_ptr<RootTheme> m_root_theme;
414 ToolbarHandler *m_toolbarhandler; 414 ToolbarHandler *m_toolbarhandler;
415 Pixmap m_root_pm;
416
417}; 415};
418 416
419 417