all repos — fluxbox @ 89faf228eab2332cae4dc41e3fc734de25f2db21

custom fork of the fluxbox windowmanager

function name change
fluxgen fluxgen
commit

89faf228eab2332cae4dc41e3fc734de25f2db21

parent

abe8ed2968de9ace1acca70d82da8559a6f633e3

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/fluxbox.hhsrc/fluxbox.hh

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: fluxbox.hh,v 1.20 2002/05/29 06:22:31 fluxgen Exp $ +// $Id: fluxbox.hh,v 1.21 2002/07/19 21:26:11 fluxgen Exp $ #ifndef FLUXBOX_HH #define FLUXBOX_HH

@@ -105,7 +105,7 @@ inline const char *getStyleFilename(void) const { return m_rc_stylefile->c_str(); }

inline const char *getMenuFilename(void) const { return m_rc_menufile->c_str(); } inline const std::string &getSlitlistFilename(void) const { return *m_rc_slitlistfile; } - inline int getColorsPerChannel(void) const { return *m_rc_colors_per_channel; } + inline int colorsPerChannel(void) const { return *m_rc_colors_per_channel; } inline const timeval &getAutoRaiseDelay(void) const { return resource.auto_raise_delay; }