From 5a8d83dbf71ea4cc4c249ceddf1675e6caee8d75 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Thu, 10 Jun 2010 18:12:40 -0400 Subject: [PATCH] release texture when we're done --- openbox/composite.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openbox/composite.c b/openbox/composite.c index 9398e1d2..cf2bdd03 100644 --- 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(); -- 2.34.1