Changeset 48719 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c
- Timestamp:
- Sep 26, 2013 3:33:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c
r48635 r48719 2832 2832 } 2833 2833 2834 staticint crVBoxServerUpdateMuralRootVisibleRegion(CRMuralInfo *pMI)2834 int crVBoxServerUpdateMuralRootVisibleRegion(CRMuralInfo *pMI) 2835 2835 { 2836 2836 GLboolean fForcePresent; … … 2885 2885 { 2886 2886 int32_t rc = VINF_SUCCESS; 2887 int i; 2887 2888 2888 2889 /* non-zero rects pointer indicate rects are present and switched on … … 2912 2913 2913 2914 crHashtableWalk(cr_server.muralTable, crVBoxServerSetRootVisibleRegionCB, NULL); 2914 2915 #if 0 2916 for (i = 0; i < cr_server.screenCount; ++i) 2917 { 2918 PCR_DISPLAY pDisplay = crServerDisplayGetInitialized((uint32_t)i); 2919 if (!pDisplay) 2920 continue; 2921 2922 CrDpRootUpdate(pDisplay); 2923 } 2924 #endif 2915 2925 return VINF_SUCCESS; 2916 2926 }
Note:
See TracChangeset
for help on using the changeset viewer.