From 15ff5a00506a9215a99465abf0412b21aac71871 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jun 2010 18:55:47 -0400 Subject: [PATCH] consistent use of glXDestroyGLXPixmap --- openbox/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/window.c b/openbox/window.c index 51d506f8..0656816b 100644 --- a/openbox/window.c +++ b/openbox/window.c @@ -92,7 +92,7 @@ void window_free(ObWindow *self) if (self->damage) XDamageDestroy(obt_display, self->damage); if (self->gpixmap) - glXDestroyPixmap(obt_display, self->gpixmap); + glXDestroyGLXPixmap(obt_display, self->gpixmap); if (self->pixmap) XFreePixmap(obt_display, self->pixmap); if (self->texture) -- 2.34.1