diff options
author | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2020-12-16 07:39:17 +0000 |
---|---|---|
committer | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2020-12-16 07:42:16 +0000 |
commit | f9b83e90b24b0d271e7680edcfc44b2fc306fdbd (patch) | |
tree | 02b06699156959bbc0d2276ea67be825ac396995 /platform/linuxbsd/display_server_x11.h | |
parent | 92d4deedaa542e9458845fdf2b2a44fedd19fde8 (diff) | |
download | redot-engine-f9b83e90b24b0d271e7680edcfc44b2fc306fdbd.tar.gz |
Fix named anonymous struct warning
Diffstat (limited to 'platform/linuxbsd/display_server_x11.h')
-rw-r--r-- | platform/linuxbsd/display_server_x11.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/platform/linuxbsd/display_server_x11.h b/platform/linuxbsd/display_server_x11.h index 0507ef3fff..6f437f3be9 100644 --- a/platform/linuxbsd/display_server_x11.h +++ b/platform/linuxbsd/display_server_x11.h @@ -61,15 +61,6 @@ #include <X11/extensions/Xrandr.h> #include <X11/keysym.h> -// Hints for X11 fullscreen -typedef struct { - unsigned long flags = 0; - unsigned long functions = 0; - unsigned long decorations = 0; - long inputMode = 0; - unsigned long status = 0; -} Hints; - typedef struct _xrr_monitor_info { Atom name; Bool primary = false; |