Ticket #10894: do_xdamage_init_a_bit_earlier.patch
| File do_xdamage_init_a_bit_earlier.patch, 867 bytes (added by , 12 years ago) |
|---|
-
src/VBox/Additions/common/crOpenGL/glx.c
old new 623 623 context->visual = vis; 624 624 context->direct = direct; 625 625 626 /* This is only slightly less evil, means that clients 627 * can't hold a server grab during glXCreateContext */ 628 stubInitXDamageExtension(context); 629 626 630 return (GLXContext) context->id; 627 631 } 628 632 … … 2332 2336 } 2333 2337 XUNLOCK(dpy); 2334 2338 2335 stubInitXDamageExtension(pContext);2336 2337 2339 /* If there's damage extension, then get handle for damage events related to this pixmap */ 2338 2340 if (pContext->damageDpy) 2339 2341 {

