Changeset 30540 in vbox for trunk/src/VBox/Additions/common/crOpenGL
- Timestamp:
- Jun 30, 2010 9:28:09 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63248
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/load.c
r30539 r30540 895 895 if (S_OK==hr) 896 896 { 897 # ifdef DEBUG_misha897 # if 0 898 898 uint32_t i; 899 899 crDebug(">>>Regions for HWND(0x%x)>>>", Regions.hWnd); … … 905 905 } 906 906 crDebug("<<<<<"); 907 # endif907 # endif 908 908 /*hacky way to make sure window wouldn't be deleted in another thread as we hold hashtable lock here*/ 909 909 crHashtableWalk(stub.windowTable, stubSyncTrUpdateWindowCB, &Regions);
Note:
See TracChangeset
for help on using the changeset viewer.