Changeset 6522 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 28, 2008 10:01:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r6488 r6522 1911 1911 bool VBoxConsoleWnd::toggleFullscreenMode (bool aOn, bool aSeamless) 1912 1912 { 1913 #ifdef Q_WS_MAC1914 if (!aSeamless)1915 {1916 /* Fade to black */1917 CGAcquireDisplayFadeReservation (kCGMaxDisplayReservationInterval, &mFadeToken);1918 CGDisplayFade (mFadeToken, 0.3, kCGDisplayBlendNormal, kCGDisplayBlendSolidColor, 0.0, 0.0, 0.0, true);1919 }1920 #endif1921 1922 1913 if (aSeamless) 1923 1914 { … … 1964 1955 return false; 1965 1956 } 1957 1958 #ifdef Q_WS_MAC 1959 if (!aSeamless) 1960 { 1961 /* Fade to black */ 1962 CGAcquireDisplayFadeReservation (kCGMaxDisplayReservationInterval, &mFadeToken); 1963 CGDisplayFade (mFadeToken, 0.3, kCGDisplayBlendNormal, kCGDisplayBlendSolidColor, 0.0, 0.0, 0.0, true); 1964 } 1965 #endif 1966 1966 1967 1967 if (aSeamless)
Note:
See TracChangeset
for help on using the changeset viewer.