aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-07-19 21:26:11 (GMT)
committerfluxgen <fluxgen>2002-07-19 21:26:11 (GMT)
commit89faf228eab2332cae4dc41e3fc734de25f2db21 (patch)
tree8ea992bf6e5780b0af0480d5fef309f5f444abbe /src/fluxbox.hh
parentabe8ed2968de9ace1acca70d82da8559a6f633e3 (diff)
downloadfluxbox-89faf228eab2332cae4dc41e3fc734de25f2db21.zip
fluxbox-89faf228eab2332cae4dc41e3fc734de25f2db21.tar.bz2
function name change
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh4
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