diff options
author | fluxgen <fluxgen> | 2005-11-22 21:08:07 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2005-11-22 21:08:07 (GMT) |
commit | be1cbd46909e678bbd71f3a590e36c3077cb2960 (patch) | |
tree | ae75a34566620041c30747eb9925f70c3953f837 /src/FbTk/FbPixmap.hh | |
parent | b131f3a8afd3884763adcec17f8a9af3b80b8278 (diff) | |
download | fluxbox-be1cbd46909e678bbd71f3a590e36c3077cb2960.zip fluxbox-be1cbd46909e678bbd71f3a590e36c3077cb2960.tar.bz2 |
public setRootPixmap
Diffstat (limited to 'src/FbTk/FbPixmap.hh')
-rw-r--r-- | src/FbTk/FbPixmap.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbTk/FbPixmap.hh b/src/FbTk/FbPixmap.hh index c26c17b..a974feb 100644 --- a/src/FbTk/FbPixmap.hh +++ b/src/FbTk/FbPixmap.hh | |||
@@ -69,6 +69,7 @@ public: | |||
69 | inline int depth() const { return m_depth; } | 69 | inline int depth() const { return m_depth; } |
70 | 70 | ||
71 | static Pixmap getRootPixmap(int screen_num); | 71 | static Pixmap getRootPixmap(int screen_num); |
72 | static void setRootPixmap(int screen_num, Pixmap pm); | ||
72 | static void rootwinPropertyNotify(int screen_num, Atom atom); | 73 | static void rootwinPropertyNotify(int screen_num, Atom atom); |
73 | 74 | ||
74 | void create(Drawable src, | 75 | void create(Drawable src, |
@@ -83,7 +84,7 @@ private: | |||
83 | 84 | ||
84 | /// Functions relating to the maintenance of root window pixmap caching | 85 | /// Functions relating to the maintenance of root window pixmap caching |
85 | static void checkAtoms(); | 86 | static void checkAtoms(); |
86 | static void setRootPixmap(int screen_num, Pixmap pm); | 87 | |
87 | // array of pixmaps: 1 per screen | 88 | // array of pixmaps: 1 per screen |
88 | static Pixmap *m_root_pixmaps; | 89 | static Pixmap *m_root_pixmaps; |
89 | static const char *root_prop_ids[]; | 90 | static const char *root_prop_ids[]; |