1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

Removed old window clip balloon code

This code was used to create the window where the workspace name was showed
to the user. The code now use the standar balloon system, therefore this code
is not used anymore and can be removed.
This commit is contained in:
Rodolfo García Peñas (kix)
2013-03-27 00:51:59 +01:00
committed by Carlos R. Mafra
parent e47413eefd
commit 0da2b6e928
3 changed files with 1 additions and 25 deletions

View File

@@ -2394,12 +2394,7 @@ static int setIconTile(WScreen * scr, WDefaultEntry * entry, WTexture ** texture
scr->icon_back_texture = wTextureMakeSolid(scr, &((*texture)->any.color));
if (scr->clip_balloon)
XSetWindowBackground(dpy, scr->clip_balloon, (*texture)->any.color.pixel);
/*
* Free the texture as nobody else will use it, nor refer to it.
*/
/* Free the texture as nobody else will use it, nor refer to it. */
if (!entry->addr)
wTextureDestroy(scr, *texture);