Changeset 32149 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Aug 31, 2010 2:07:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/context.c
r30474 r32149 1015 1015 if (winW > 0 && winH > 0) 1016 1016 stub.spu->dispatch_table.Viewport( 0, 0, winW, winH ); 1017 #ifdef VBOX_WITH_WDDM 1018 stub.spu->dispatch_table.WindowVisibleRegion(window->spuWindow, 0, NULL); 1019 #endif 1017 1020 } 1018 1021
Note:
See TracChangeset
for help on using the changeset viewer.