Changeset 30689 in vbox for trunk/src/VBox/Additions/common/crOpenGL
- Timestamp:
- Jul 7, 2010 7:56:37 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63450
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/load.c
r30626 r30689 761 761 hNewRgn = stubMakeRegionFromRects(pRegions->pRegions, 1); 762 762 763 #if 0 764 /* may be needed in the future for proper resize handling */ 763 /* ensure the window is in synch to avoid possible incorrect host notifications */ 765 764 { 766 765 BOOL bRc = MoveWindow(pRegions->hWnd, winX, winY, winW, winH, FALSE /*BOOL bRepaint*/); … … 771 770 } 772 771 } 773 #endif774 772 } 775 773 else
Note:
See TracChangeset
for help on using the changeset viewer.