diff options
author | simonb <simonb> | 2006-04-25 02:19:04 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-04-25 02:19:04 (GMT) |
commit | 3707b74c40256c09465171d39e2c4d95aeaefb0e (patch) | |
tree | dcb835e0ee929b65b53d0c9d0538167f1840245b /src/fluxbox.hh | |
parent | fae88b329c63c16755f2c9b7a5a655a1414ab10f (diff) | |
download | fluxbox_pavel-3707b74c40256c09465171d39e2c4d95aeaefb0e.zip fluxbox_pavel-3707b74c40256c09465171d39e2c4d95aeaefb0e.tar.bz2 |
fix a bunch of comments, make default textures obvious
Thanks Jonas Koelker
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index da0a60a..7506dc6 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -199,7 +199,7 @@ public: | |||
199 | bool menuTimestampsChanged() const; | 199 | bool menuTimestampsChanged() const; |
200 | bool haveShape() const { return m_have_shape; } | 200 | bool haveShape() const { return m_have_shape; } |
201 | int shapeEventbase() const { return m_shape_eventbase; } | 201 | int shapeEventbase() const { return m_shape_eventbase; } |
202 | void getDefaultDataFilename(char *, std::string &); | 202 | void getDefaultDataFilename(char *name, std::string &); |
203 | // screen mouse was in at last key event | 203 | // screen mouse was in at last key event |
204 | BScreen *mouseScreen() { return m_mousescreen; } | 204 | BScreen *mouseScreen() { return m_mousescreen; } |
205 | // screen of window that last key event (i.e. focused window) went to | 205 | // screen of window that last key event (i.e. focused window) went to |