diff options
author | fluxgen <fluxgen> | 2003-08-12 01:34:13 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-12 01:34:13 (GMT) |
commit | 6e776536f4a7b5fafc81dfde262ce427d5793688 (patch) | |
tree | 65a7f78108603dd7f539fac6700a43ed9dcb3c6f /util | |
parent | 46133ce0196e860302a18dd6a1162611e65c460e (diff) | |
download | fluxbox_pavel-6e776536f4a7b5fafc81dfde262ce427d5793688.zip fluxbox_pavel-6e776536f4a7b5fafc81dfde262ce427d5793688.tar.bz2 |
updated for imagecontrol changes
Diffstat (limited to 'util')
-rw-r--r-- | util/bsetroot.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/bsetroot.cc b/util/bsetroot.cc index 9a9f421..5b4f9e8 100644 --- a/util/bsetroot.cc +++ b/util/bsetroot.cc | |||
@@ -18,7 +18,7 @@ | |||
18 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | 18 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | 20 | ||
21 | // $Id: bsetroot.cc,v 1.19 2003/06/13 10:56:58 fluxgen Exp $ | 21 | // $Id: bsetroot.cc,v 1.20 2003/08/12 01:34:13 fluxgen Exp $ |
22 | 22 | ||
23 | #include "bsetroot.hh" | 23 | #include "bsetroot.hh" |
24 | 24 | ||
@@ -379,7 +379,7 @@ void bsetroot::gradient() { | |||
379 | 379 | ||
380 | if (! (root.visual()->c_class & 1)) { | 380 | if (! (root.visual()->c_class & 1)) { |
381 | img_ctrl[screen]->removeImage(tmp); | 381 | img_ctrl[screen]->removeImage(tmp); |
382 | img_ctrl[screen]->timeout(); | 382 | img_ctrl[screen]->cleanCache(); |
383 | } | 383 | } |
384 | 384 | ||
385 | XFreeGC(display(), gc); | 385 | XFreeGC(display(), gc); |