Changeset 40853 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Apr 10, 2012 2:58:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispVrdpTxt.cpp
r36867 r40853 148 148 } 149 149 150 if ( (pstro->flAccel & SO_VERTICAL) != 0 150 /* The driver can get vertical strings with both SO_HORIZONTAL and SO_VERTICAL bits equal to zero. */ 151 if ( (pstro->flAccel & SO_HORIZONTAL) == 0 151 152 || (pstro->flAccel & SO_REVERSED) != 0) 152 153 {
Note:
See TracChangeset
for help on using the changeset viewer.