Changeset 19215 in vbox
- Timestamp:
- Apr 27, 2009 2:29:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r19214 r19215 696 696 /* Quartz2DMode doesn't refresh correctly on 32-bit Snow Leopard, use image mode. */ 697 697 char szRelease[80]; 698 if ( RT_SUCCESS (RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE, szRelease, sizeof(szRelease)))699 && !strncmp (szRelease, "10.", 3))698 if ( RT_SUCCESS (RTSystemQueryOSInfo (RTSYSOSINFO_RELEASE, szRelease, sizeof (szRelease))) 699 && !strncmp (szRelease, "10.", 3)) 700 700 mode = VBoxDefs::QImageMode; 701 701 # endif
Note:
See TracChangeset
for help on using the changeset viewer.