aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/ImageControl.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-01-21 14:16:02 (GMT)
committerfluxgen <fluxgen>2004-01-21 14:16:02 (GMT)
commitbb6b80e4e4f994aa99e5924943459a53fd15bd62 (patch)
tree0c950ece74080cfc3f896d97e72d497083c0e521 /src/FbTk/ImageControl.hh
parent15b013dd6adc72b8fe8d06c45ef5b6c253586d74 (diff)
downloadfluxbox-bb6b80e4e4f994aa99e5924943459a53fd15bd62.zip
fluxbox-bb6b80e4e4f994aa99e5924943459a53fd15bd62.tar.bz2
inline
Diffstat (limited to 'src/FbTk/ImageControl.hh')
-rw-r--r--src/FbTk/ImageControl.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/FbTk/ImageControl.hh b/src/FbTk/ImageControl.hh
index 5a6a3a7..cdb28bf 100644
--- a/src/FbTk/ImageControl.hh
+++ b/src/FbTk/ImageControl.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: ImageControl.hh,v 1.9 2004/01/11 12:40:47 fluxgen Exp $ 25// $Id: ImageControl.hh,v 1.10 2004/01/21 14:16:02 fluxgen Exp $
26 26
27#ifndef FBTK_IMAGECONTROL_HH 27#ifndef FBTK_IMAGECONTROL_HH
28#define FBTK_IMAGECONTROL_HH 28#define FBTK_IMAGECONTROL_HH
@@ -49,8 +49,8 @@ public:
49 inline int bitsPerPixel() const { return bits_per_pixel; } 49 inline int bitsPerPixel() const { return bits_per_pixel; }
50 inline int depth() const { return m_screen_depth; } 50 inline int depth() const { return m_screen_depth; }
51 inline int colorsPerChannel() const { return m_colors_per_channel; } 51 inline int colorsPerChannel() const { return m_colors_per_channel; }
52 int screenNum() const { return m_screen_num; } 52 inline int screenNumber() const { return m_screen_num; }
53 Visual *visual() const { return m_visual; } 53 inline Visual *visual() const { return m_visual; }
54 unsigned long getSqrt(unsigned int val) const; 54 unsigned long getSqrt(unsigned int val) const;
55 55
56 /** 56 /**