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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/video/out/x11_common.h b/video/out/x11_common.h
index ba52bb92aa..095872cf78 100644
--- a/video/out/x11_common.h
+++ b/video/out/x11_common.h
@@ -35,6 +35,7 @@ struct xrandr_display {
struct mp_rect rc;
double fps;
char *name;
+ bool overlaps;
};
struct vo_x11_state {
@@ -110,6 +111,8 @@ struct vo_x11_state {
/* dragging the window */
bool win_drag_button1_down;
+
+ Atom icc_profile_property;
};
int vo_x11_init(struct vo *vo);