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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/x11_common.h b/video/out/x11_common.h
index 15a86978ec..0960a15dec 100644
--- a/video/out/x11_common.h
+++ b/video/out/x11_common.h
@@ -57,7 +57,7 @@ struct vo_x11_state {
int fs; // whether we assume the window is in fullscreen mode
bool mouse_cursor_hidden;
- int orig_layer;
+ long orig_layer;
// Current actual window position (updated on window move/resize events).
struct mp_rect winrc;