Ticket #11503: 0001-Remove-the-second-damage-display-connection-and-inst.2.patch
| File 0001-Remove-the-second-damage-display-connection-and-inst.2.patch, 439 bytes (added by , 12 years ago) |
|---|
-
src/VBox/Additions/common/crOpenGL/glx.c
diff --git a/src/VBox/Additions/common/crOpenGL/glx.c b/src/VBox/Additions/common/crOpenGL/glx.c index 0038988..9bf0f0c 100644
a b static void stubFetchDamageOnDrawable (Display *dpy, GLX_Pixmap_t *pGlxPixmap) 2238 2238 } 2239 2239 } 2240 2240 2241 XFree (returnRects); 2242 2241 2243 pGlxPixmap->bPixmapImageDirty = True; 2242 2244 } 2243 2245 }

