X11Utils: Simplify the Fullscreen interface

Since we only use the toggle action, only keep that.
This commit is contained in:
Jasper St. Pierre
2014-08-06 22:16:28 -04:00
parent 09eb30ea3b
commit 2eacf229ed
3 changed files with 5 additions and 9 deletions

View File

@ -34,7 +34,7 @@
namespace X11Utils
{
void EWMH_Fullscreen(Display *dpy, int action);
void ToggleFullscreen(Display *dpy);
#if defined(HAVE_WX) && HAVE_WX
Window XWindowFromHandle(void *Handle);
Display *XDisplayFromHandle(void *Handle);