diff options
author | rathnor <rathnor> | 2003-05-27 11:55:23 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-05-27 11:55:23 (GMT) |
commit | af543ba9d3b7e8ccf48cd9f5668fef8b5118e7b4 (patch) | |
tree | a4959e58f2abcc6a4fa5346ab33ec9edffa6761c /src/fluxbox.hh | |
parent | fc760d0b688ebd2d62cc7bd05df7f4a87ab15677 (diff) | |
download | fluxbox_pavel-af543ba9d3b7e8ccf48cd9f5668fef8b5118e7b4.zip fluxbox_pavel-af543ba9d3b7e8ccf48cd9f5668fef8b5118e7b4.tar.bz2 |
remove RC_PATH from remember.cc
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 2d03b07..ea4b34f 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.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: fluxbox.hh,v 1.60 2003/05/18 22:02:55 fluxgen Exp $ | 25 | // $Id: fluxbox.hh,v 1.61 2003/05/27 11:55:23 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -191,6 +191,8 @@ public: | |||
191 | bool menuTimestampsChanged() const; | 191 | bool menuTimestampsChanged() const; |
192 | bool haveShape() const { return m_have_shape; } | 192 | bool haveShape() const { return m_have_shape; } |
193 | int shapeEventbase() const { return m_shape_eventbase; } | 193 | int shapeEventbase() const { return m_shape_eventbase; } |
194 | void getDefaultDataFilename(char *, std::string &); | ||
195 | |||
194 | private: | 196 | private: |
195 | struct cursor { | 197 | struct cursor { |
196 | Cursor session, move, ll_angle, lr_angle; | 198 | Cursor session, move, ll_angle, lr_angle; |
@@ -208,7 +210,6 @@ private: | |||
208 | 210 | ||
209 | 211 | ||
210 | std::string getRcFilename(); | 212 | std::string getRcFilename(); |
211 | void getDefaultDataFilename(char *, std::string &); | ||
212 | void load_rc(); | 213 | void load_rc(); |
213 | 214 | ||
214 | void reload_rc(); | 215 | void reload_rc(); |