Changeset 27165 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Mar 8, 2010 1:26:15 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58507
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp
r27164 r27165 969 969 */ 970 970 BOOLEAN fNewInvocation = FALSE; 971 static sPrev_xres = 0;972 static sPrev_yres = 0;973 static sPrev_bpp = 0;971 static uint32_t sPrev_xres = 0; 972 static uint32_t sPrev_yres = 0; 973 static uint32_t sPrev_bpp = 0; 974 974 if ( sPrev_xres != xres 975 975 || sPrev_yres != yres
Note:
See TracChangeset
for help on using the changeset viewer.