summaryrefslogtreecommitdiffstats
path: root/video/out/x11_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/x11_common.h')
-rw-r--r--video/out/x11_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/video/out/x11_common.h b/video/out/x11_common.h
index ac41f6e3ed..23ece3f9c3 100644
--- a/video/out/x11_common.h
+++ b/video/out/x11_common.h
@@ -107,6 +107,9 @@ struct vo_x11_state {
Atom dnd_requested_format;
Window dnd_src_window;
+ /* dragging the window */
+ bool win_drag_button1_down;
+
Atom XA_NET_SUPPORTED;
Atom XA_NET_WM_STATE;
Atom XA_NET_WM_STATE_FULLSCREEN;
@@ -117,6 +120,7 @@ struct vo_x11_state {
Atom XA_NET_WM_NAME;
Atom XA_NET_WM_ICON_NAME;
Atom XA_NET_WM_ICON;
+ Atom XA_NET_WM_MOVERESIZE;
Atom XA_WIN_PROTOCOLS;
Atom XA_WIN_LAYER;
Atom XA_WIN_HINTS;