aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-06-20 03:48:26 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-06-20 03:48:26 (GMT)
commit1a54fbc67d5ca8ef22deed2fffe749b9f99739b4 (patch)
tree7d355643f0108b83b15f1086d7e871a769a70fa5 /src/fluxbox.hh
parente71892d99cbe99e2335aa6eb3771ffbb72c5303f (diff)
downloadfluxbox-1a54fbc67d5ca8ef22deed2fffe749b9f99739b4.zip
fluxbox-1a54fbc67d5ca8ef22deed2fffe749b9f99739b4.tar.bz2
move default window menu to ~/.fluxbox/windowmenu
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index fc86125..fcbd368 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -175,7 +175,7 @@ public:
175 175
176 bool haveShape() const { return m_have_shape; } 176 bool haveShape() const { return m_have_shape; }
177 int shapeEventbase() const { return m_shape_eventbase; } 177 int shapeEventbase() const { return m_shape_eventbase; }
178 void getDefaultDataFilename(const char *name, std::string &) const; 178 std::string getDefaultDataFilename(const char *name) const;
179 // screen mouse was in at last key event 179 // screen mouse was in at last key event
180 BScreen *mouseScreen() { return m_mousescreen; } 180 BScreen *mouseScreen() { return m_mousescreen; }
181 // screen of window that last key event (i.e. focused window) went to 181 // screen of window that last key event (i.e. focused window) went to