all repos — fluxbox @ bb6b80e4e4f994aa99e5924943459a53fd15bd62

custom fork of the fluxbox windowmanager

inline
fluxgen fluxgen
commit

bb6b80e4e4f994aa99e5924943459a53fd15bd62

parent

15b013dd6adc72b8fe8d06c45ef5b6c253586d74

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

jump to
M src/FbTk/ImageControl.hhsrc/FbTk/ImageControl.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: ImageControl.hh,v 1.9 2004/01/11 12:40:47 fluxgen Exp $ +// $Id: ImageControl.hh,v 1.10 2004/01/21 14:16:02 fluxgen Exp $ #ifndef FBTK_IMAGECONTROL_HH #define FBTK_IMAGECONTROL_HH

@@ -49,8 +49,8 @@ inline bool doDither() const { return m_dither; }

inline int bitsPerPixel() const { return bits_per_pixel; } inline int depth() const { return m_screen_depth; } inline int colorsPerChannel() const { return m_colors_per_channel; } - int screenNum() const { return m_screen_num; } - Visual *visual() const { return m_visual; } + inline int screenNumber() const { return m_screen_num; } + inline Visual *visual() const { return m_visual; } unsigned long getSqrt(unsigned int val) const; /**