summaryrefslogtreecommitdiffstats
path: root/video/out/x11_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-11 18:50:02 +0100
committerwm4 <wm4@nowhere>2014-01-11 18:58:07 +0100
commit905029ec0c89b638792a429263bb6033eb074570 (patch)
tree83d49f60db988316bb9dd9f3f7f5f401537c2fb9 /video/out/x11_common.h
parentd956bbc065d570f425f402c83d69957584591dbd (diff)
downloadmpv-905029ec0c89b638792a429263bb6033eb074570.tar.bz2
mpv-905029ec0c89b638792a429263bb6033eb074570.tar.xz
video/out: remove pointless x/y parameter from vo_x11_config_vo_window
This never made any real sense; the "backend" has to access vo->dx/dy anyway.
Diffstat (limited to 'video/out/x11_common.h')
-rw-r--r--video/out/x11_common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/video/out/x11_common.h b/video/out/x11_common.h
index f65af8e79f..ac41f6e3ed 100644
--- a/video/out/x11_common.h
+++ b/video/out/x11_common.h
@@ -144,8 +144,7 @@ int vo_x11_check_events(struct vo *vo);
bool vo_x11_screen_is_composited(struct vo *vo);
void fstype_help(struct mp_log *log);
void vo_x11_config_vo_window(struct vo *vo, XVisualInfo *vis,
- int x, int y, unsigned int width,
- unsigned int height, int flags,
+ unsigned int width, unsigned int height, int flags,
const char *classname);
void vo_x11_clear_background(struct vo *vo, const struct mp_rect *rc);
void vo_x11_clearwindow(struct vo *vo, Window vo_window);