From: Dana Jansens Date: Thu, 10 Jun 2010 22:55:47 +0000 (-0400) Subject: consistent use of glXDestroyGLXPixmap X-Git-Tag: cgl~43 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=15ff5a00506a9215a99465abf0412b21aac71871;p=dana%2Fopenbox.git consistent use of glXDestroyGLXPixmap --- 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)