diff options
Diffstat (limited to 'src/FbTk/FbPixmap.hh')
-rw-r--r-- | src/FbTk/FbPixmap.hh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/FbTk/FbPixmap.hh b/src/FbTk/FbPixmap.hh index acae07e..cf0448d 100644 --- a/src/FbTk/FbPixmap.hh +++ b/src/FbTk/FbPixmap.hh | |||
@@ -64,10 +64,10 @@ public: | |||
64 | /// sets new pixmap | 64 | /// sets new pixmap |
65 | FbPixmap &operator = (Pixmap pm); | 65 | FbPixmap &operator = (Pixmap pm); |
66 | 66 | ||
67 | inline Drawable drawable() const { return m_pm; } | 67 | Drawable drawable() const { return m_pm; } |
68 | inline unsigned int width() const { return m_width; } | 68 | unsigned int width() const { return m_width; } |
69 | inline unsigned int height() const { return m_height; } | 69 | unsigned int height() const { return m_height; } |
70 | inline unsigned int depth() const { return m_depth; } | 70 | unsigned int depth() const { return m_depth; } |
71 | 71 | ||
72 | static Pixmap getRootPixmap(int screen_num, bool force_update=false); | 72 | static Pixmap getRootPixmap(int screen_num, bool force_update=false); |
73 | static bool setRootPixmap(int screen_num, Pixmap pm); | 73 | static bool setRootPixmap(int screen_num, Pixmap pm); |