Changeset 43492 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Oct 1, 2012 12:25:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/glx.c
r39572 r43492 58 58 59 59 static void stubXshmUpdateImageRect(Display *dpy, GLXDrawable draw, GLX_Pixmap_t *pGlxPixmap, XRectangle *pRect); 60 static void stubInitXDamageExtension(ContextInfo *pContext); 60 61 61 62 static void … … 624 625 context->direct = direct; 625 626 627 /* This means that clients can't hold a server grab during 628 * glXCreateContext! */ 629 stubInitXDamageExtension(context); 630 626 631 return (GLXContext) context->id; 627 632 } … … 2168 2173 } 2169 2174 2170 staticvoid stubInitXDamageExtension(ContextInfo *pContext)2175 void stubInitXDamageExtension(ContextInfo *pContext) 2171 2176 { 2172 2177 int erb, vma, vmi; … … 2332 2337 } 2333 2338 XUNLOCK(dpy); 2334 2335 stubInitXDamageExtension(pContext);2336 2339 2337 2340 /* If there's damage extension, then get handle for damage events related to this pixmap */
Note:
See TracChangeset
for help on using the changeset viewer.