VirtualBox

Ignore:
Timestamp:
Oct 21, 2013 2:56:51 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
90102
Message:

Additions/linux/3d: do not use a separate display connection to get damage information - thank you Sam Spilsbury.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/context.c

    r48999 r49214  
    451451#ifdef GLX
    452452    crFreeHashtable(context->pGLXPixmapsHash, crFree);
    453     if (context->damageDpy)
    454     {
    455         XCloseDisplay(context->damageDpy);
    456     }
    457453#endif
    458454
     
    553549#ifdef GLX
    554550    context->pGLXPixmapsHash = crAllocHashtable();
    555     context->damageInitFailed = GL_FALSE;
    556     context->damageDpy = NULL;
     551    context->damageQueryFailed = GL_FALSE;
    557552    context->damageEventsBase = 0;
    558553#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette