mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 11:39:09 +00:00
X11Utils: Simplify the Fullscreen interface
Since we only use the toggle action, only keep that.
This commit is contained in:
parent
09eb30ea3b
commit
2eacf229ed
3 changed files with 5 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue