mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 03:45:39 +00:00
Added debug information.
This commit is contained in:
parent
b48e3bec8c
commit
3b9dbd1209
|
@ -235,6 +235,7 @@ namespace OpenTK.Platform.X11
|
|||
{
|
||||
if (value && !fullscreen || !value && fullscreen)
|
||||
{
|
||||
Debug.Print(value ? "Going fullscreen" : "Going windowed");
|
||||
IntPtr state_atom = Functions.XInternAtom(API.DefaultDisplay, "_NET_WM_STATE", false);
|
||||
IntPtr fullscreen_atom = Functions.XInternAtom(API.DefaultDisplay, "_NET_WM_STATE_FULLSCREEN", false);
|
||||
XEvent xev = new XEvent();
|
||||
|
|
Loading…
Reference in a new issue