diff options
author | fluxgen <fluxgen> | 2006-02-12 08:04:31 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-02-12 08:04:31 (GMT) |
commit | e85b2f3f5b091bac8101bc90ba04e575b845758e (patch) | |
tree | 49802cfed4d4b2582e819743245ac4226f089a7b /src/FbTk/FbPixmap.hh | |
parent | 6eae743582c8fb4d95895f82ed809762b32898c5 (diff) | |
download | fluxbox-e85b2f3f5b091bac8101bc90ba04e575b845758e.zip fluxbox-e85b2f3f5b091bac8101bc90ba04e575b845758e.tar.bz2 |
added force_update option to force an update of the m_root_pixmaps
Diffstat (limited to 'src/FbTk/FbPixmap.hh')
-rw-r--r-- | src/FbTk/FbPixmap.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/FbPixmap.hh b/src/FbTk/FbPixmap.hh index a974feb..f0f51bb 100644 --- a/src/FbTk/FbPixmap.hh +++ b/src/FbTk/FbPixmap.hh | |||
@@ -68,7 +68,7 @@ public: | |||
68 | inline unsigned int height() const { return m_height; } | 68 | inline unsigned int height() const { return m_height; } |
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, bool force_update=false); |
72 | static void setRootPixmap(int screen_num, Pixmap pm); | 72 | static void setRootPixmap(int screen_num, Pixmap pm); |
73 | static void rootwinPropertyNotify(int screen_num, Atom atom); | 73 | static void rootwinPropertyNotify(int screen_num, Atom atom); |
74 | 74 | ||