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

This commit is contained in:
planetmaker
2010-10-25 06:55:54 +00:00
parent 47523d86fb
commit 03c012797b

View File

@@ -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);