(svn r21037) -Fix: [OSX] Mouse cursor would leave footprint with 8bpp blitter when switching to full screen

pull/155/head
planetmaker 14 years ago
parent 040571ea3d
commit bbc6f54822

@ -296,6 +296,9 @@ class FullscreenSubdriver: public CocoaSubdriver {
CFNumberGetValue(number, kCFNumberSInt32Type, &h);
}
/* Hide mouse in order to avoid glitch in 8bpp */
QZ_HideMouse();
/* Fade display to zero gamma */
OTTD_QuartzGammaTable gamma_table;
gamma_error = this->FadeGammaOut(&gamma_table);

Loading…
Cancel
Save