Changeset 30537 in vbox
- Timestamp:
- Jun 30, 2010 6:14:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/load.c
r30531 r30537 899 899 if (S_OK==hr) 900 900 { 901 #ifdef DEBUG_misha 902 uint32_t i; 903 crDebug(">>>Regions for HWND(0x%x)>>>", Regions.hWnd); 904 crDebug("Flags(0x%x)", Regions.pRegions->fFlags.Value); 905 for (i = 0; i < Regions.pRegions->RectsInfo.cRects; ++i) 906 { 907 RECT *pRect = &Regions.pRegions->RectsInfo.aRects[i]; 908 crDebug("Rect(%d): left(%d), top(%d), right(%d), bottom(%d)", i, pRect->left, pRect->top, pRect->right, pRect->bottom); 909 } 910 crDebug("<<<<<"); 911 #endif 901 912 /*hacky way to make sure window wouldn't be deleted in another thread as we hold hashtable lock here*/ 902 913 crHashtableWalk(stub.windowTable, stubSyncTrUpdateWindowCB, &Regions);
Note:
See TracChangeset
for help on using the changeset viewer.