summaryrefslogtreecommitdiff
path: root/src/FbTk/ImageControl.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/ImageControl.hh')
-rw-r--r--src/FbTk/ImageControl.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/ImageControl.hh b/src/FbTk/ImageControl.hh
index a0f1cc7..fbf05e8 100644
--- a/src/FbTk/ImageControl.hh
+++ b/src/FbTk/ImageControl.hh
@@ -48,7 +48,9 @@ public:
48 virtual ~ImageControl(); 48 virtual ~ImageControl();
49 49
50 inline bool doDither() const { return m_dither; } 50 inline bool doDither() const { return m_dither; }
51#ifdef NOT_USED
51 inline int bitsPerPixel() const { return bits_per_pixel; } 52 inline int bitsPerPixel() const { return bits_per_pixel; }
53#endif
52 inline int depth() const { return m_screen_depth; } 54 inline int depth() const { return m_screen_depth; }
53 inline int colorsPerChannel() const { return m_colors_per_channel; } 55 inline int colorsPerChannel() const { return m_colors_per_channel; }
54 inline int screenNumber() const { return m_screen_num; } 56 inline int screenNumber() const { return m_screen_num; }