updated for imagecontrol changes
This commit is contained in:
parent
46133ce019
commit
6e776536f4
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
|
||||||
// $Id: bsetroot.cc,v 1.19 2003/06/13 10:56:58 fluxgen Exp $
|
// $Id: bsetroot.cc,v 1.20 2003/08/12 01:34:13 fluxgen Exp $
|
||||||
|
|
||||||
#include "bsetroot.hh"
|
#include "bsetroot.hh"
|
||||||
|
|
||||||
|
@ -379,7 +379,7 @@ void bsetroot::gradient() {
|
||||||
|
|
||||||
if (! (root.visual()->c_class & 1)) {
|
if (! (root.visual()->c_class & 1)) {
|
||||||
img_ctrl[screen]->removeImage(tmp);
|
img_ctrl[screen]->removeImage(tmp);
|
||||||
img_ctrl[screen]->timeout();
|
img_ctrl[screen]->cleanCache();
|
||||||
}
|
}
|
||||||
|
|
||||||
XFreeGC(display(), gc);
|
XFreeGC(display(), gc);
|
||||||
|
|
Loading…
Reference in a new issue