diff options
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 137d818..b83347e 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.20 2002/05/29 06:22:31 fluxgen Exp $ | 25 | // $Id: fluxbox.hh,v 1.21 2002/07/19 21:26:11 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -105,7 +105,7 @@ public: | |||
105 | 105 | ||
106 | inline const char *getMenuFilename(void) const { return m_rc_menufile->c_str(); } | 106 | inline const char *getMenuFilename(void) const { return m_rc_menufile->c_str(); } |
107 | inline const std::string &getSlitlistFilename(void) const { return *m_rc_slitlistfile; } | 107 | inline const std::string &getSlitlistFilename(void) const { return *m_rc_slitlistfile; } |
108 | inline int getColorsPerChannel(void) const { return *m_rc_colors_per_channel; } | 108 | inline int colorsPerChannel(void) const { return *m_rc_colors_per_channel; } |
109 | 109 | ||
110 | inline const timeval &getAutoRaiseDelay(void) const { return resource.auto_raise_delay; } | 110 | inline const timeval &getAutoRaiseDelay(void) const { return resource.auto_raise_delay; } |
111 | 111 | ||