revert between 56095 -> 55830 in arch
[AROS.git] / arch / all-hosted / hidd / x11 / x11gfx_fullscreen.h
blobbbeeb3929e40b288d771ae6caabf7a8d4239f53a
1 /*
2 Copyright © 1995-2017, 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);