Changeset 35576 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- Jan 14, 2011 6:46:03 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69463
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/DisplayUtils.cpp
r35368 r35576 164 164 { 165 165 /* Only the second version is supported. */ 166 if (uVersion == sSSMDisplayVer2) 166 if ( uVersion == sSSMDisplayVer2 167 || uVersion == sSSMDisplayVer3) 167 168 { 168 169 uint32_t cMonitors;
Note:
See TracChangeset
for help on using the changeset viewer.