Changeset 36050 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Feb 22, 2011 11:43:28 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c
r35969 r36050 943 943 crServerDispatchWindowPosition(key, muralInfo.gX, muralInfo.gY); 944 944 /* Same workaround as described in stub.c:stubUpdateWindowVisibileRegions for compiz on a freshly booted VM*/ 945 if (muralInfo. cVisibleRects)945 if (muralInfo.bReceivedRects) 946 946 { 947 947 crServerDispatchWindowVisibleRegion(key, muralInfo.cVisibleRects, muralInfo.pVisibleRects);
Note:
See TracChangeset
for help on using the changeset viewer.