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:
71f98d9
)
release texture when we're done
author
Derek Foreman
<foremande@gmail.com>
Thu, 10 Jun 2010 22:12:40 +0000
(18:12 -0400)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 26 Jun 2010 23:30:48 +0000
(
01:30
+0200)
openbox/composite.c
patch
|
blob
|
history
diff --git
a/openbox/composite.c
b/openbox/composite.c
index 9398e1d23d8a0e763ef08f7e66936bf06169fff5..cf2bdd0324c12a49f49d5b95f0678d843acf0807 100644
(file)
--- a/
openbox/composite.c
+++ b/
openbox/composite.c
@@
-413,6
+413,7
@@
time_fix(&dif);
glTexCoord2f(1, 0);
glVertex3f(x + w, y, 0.0);
glEnd();
+ obcomp.ReleaseTexImage(obt_display, win->gpixmap, GLX_FRONT_LEFT_EXT);
}
glXSwapBuffers(obt_display, obcomp.overlay);
glFinish();