Changeset 27839 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Display/screen.c
- Timestamp:
- Mar 30, 2010 8:31:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/screen.c
r25062 r27839 154 154 Assert(!err); 155 155 #endif 156 157 #ifdef VBOX_WITH_VIDEOHWACCEL 158 if (!err) 159 vboxVHWAInit(ppdev); 160 #endif 161 156 162 /* this is not fatal, just means Video 2D acceleration will not be supported */ 157 163 err = 0;
Note:
See TracChangeset
for help on using the changeset viewer.