Call x11_fullscreen_supported(), otherwise the global variables
[AROS.git] / arch / all-hosted / hidd / x11 / fullscreen.h
blob26755d0b56c7731314b52101c0ad896c0c87c691
1 /*
2 Copyright © 1995-2012, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Enable fullscreen mode.
6 Lang: English.
7 */
9 int x11_fullscreen_supported(Display *display);
10 void x11_fullscreen_switchmode(Display *display, int *w, int *h);