(svn r13584) -Fix: [OSX] Fixed issue where 10.5 failed to switch to fullscreen
This is done by selecting the 32bpp-anim blitter by default as it seems Apple removed some 8bpp support
Since this is done at runtime the same binary will still select 8bpp on 10.3 and 10.4
/* $Id$ *//** @file console_gui.h GUI related functions in the console. */#ifndef CONSOLE_GUI_H#define CONSOLE_GUI_H#include "window_type.h"void IConsoleResize(Window *w);void IConsoleSwitch();#endif /* CONSOLE_GUI_H */