summaryrefslogtreecommitdiffstats
path: root/video/out/x11_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-23 20:27:14 +0200
committerwm4 <wm4@nowhere>2014-05-23 20:59:36 +0200
commit76bd701a7a5ce098cf348843f680b4a989ff6f23 (patch)
tree9cbeb496eeab9a2f04166956d544f6a5134571a3 /video/out/x11_common.h
parente2e318a213300070ca6af00951d08a44574d0cbc (diff)
downloadmpv-76bd701a7a5ce098cf348843f680b4a989ff6f23.tar.bz2
mpv-76bd701a7a5ce098cf348843f680b4a989ff6f23.tar.xz
x11: un-inline GNOME layer stuff
Having it as separate function is not useful. Also remove the useless vo_window parameter.
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;