projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e79178f
)
destroy the glxpixmap when it is gone
author
Derek Foreman
<manmower@gmail.com>
Sun, 3 Feb 2008 17:54:46 +0000
(12:54 -0500)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 4 Feb 2008 14:33:30 +0000
(09:33 -0500)
loco/loco.c
patch
|
blob
|
history
diff --git
a/loco/loco.c
b/loco/loco.c
index cabf57e1a4c6889c2d635779191ba3fedec3a8c7..00f17955f5fd1b183f05fdc97d3b08ccf9a33c08 100644
(file)
--- a/
loco/loco.c
+++ b/
loco/loco.c
@@
-398,6
+398,7
@@
static void hide_window(LocoWindow *lw, gboolean destroyed)
{
/* if destroyed, then the window is no longer available */
lw->visible = FALSE;
+ destroy_glxpixmap(lw);
}
void COMPOSTER_RAWR(const XEvent *e, gpointer data)