[Xcb-commit] opengl.mdwn
XCB site
xcb at freedesktop.org
Sat Jul 3 01:56:27 PDT 2010
opengl.mdwn | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a9ba25074028aebe40571bae7d4df00e650d2b65
Author: iceberk <iceberk at web>
Date: Sat Jul 3 01:56:27 2010 -0700
diff --git a/opengl.mdwn b/opengl.mdwn
index 144f9ea..4573512 100644
--- a/opengl.mdwn
+++ b/opengl.mdwn
@@ -191,7 +191,7 @@ To maintain backward compatibility and providing an incremental porting path, th
int retval = main_loop(display, connection, window, drawable);
/* Cleanup */
- glXDestroyWindow(display, window);
+ glXDestroyWindow(display, glxwindow);
xcb_destroy_window(connection, window);
More information about the xcb-commit
mailing list