Changeset 49214 in vbox for trunk/src/VBox/Additions/common/crOpenGL/context.c
- Timestamp:
- Oct 21, 2013 2:56:51 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 90102
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/context.c
r48999 r49214 451 451 #ifdef GLX 452 452 crFreeHashtable(context->pGLXPixmapsHash, crFree); 453 if (context->damageDpy)454 {455 XCloseDisplay(context->damageDpy);456 }457 453 #endif 458 454 … … 553 549 #ifdef GLX 554 550 context->pGLXPixmapsHash = crAllocHashtable(); 555 context->damageInitFailed = GL_FALSE; 556 context->damageDpy = NULL; 551 context->damageQueryFailed = GL_FALSE; 557 552 context->damageEventsBase = 0; 558 553 #endif
Note:
See TracChangeset
for help on using the changeset viewer.