diff options
Diffstat (limited to 'src/FbTk/FbPixmap.hh')
-rw-r--r-- | src/FbTk/FbPixmap.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/FbTk/FbPixmap.hh b/src/FbTk/FbPixmap.hh index c00aa99..a1c17a5 100644 --- a/src/FbTk/FbPixmap.hh +++ b/src/FbTk/FbPixmap.hh | |||
@@ -70,11 +70,12 @@ public: | |||
70 | 70 | ||
71 | static Pixmap getRootPixmap(int screen_num); | 71 | static Pixmap getRootPixmap(int screen_num); |
72 | 72 | ||
73 | private: | ||
74 | void free(); | ||
75 | void create(Drawable src, | 73 | void create(Drawable src, |
76 | unsigned int width, unsigned int height, | 74 | unsigned int width, unsigned int height, |
77 | int depth); | 75 | int depth); |
76 | |||
77 | private: | ||
78 | void free(); | ||
78 | Pixmap m_pm; | 79 | Pixmap m_pm; |
79 | unsigned int m_width, m_height; | 80 | unsigned int m_width, m_height; |
80 | int m_depth; | 81 | int m_depth; |