summaryrefslogtreecommitdiffstats
path: root/video/out/x11_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-07-01 23:55:10 +0200
committerwm4 <wm4@nowhere>2015-07-01 23:55:10 +0200
commit6afef5839f009654bded01dfc0e5874a09058a19 (patch)
tree61464be39e9a3fd4b10b7706206dd898e70f1ff2 /video/out/x11_common.h
parent8dff03560adcc463ec6a74de78a3a503c7fcb084 (diff)
downloadmpv-6afef5839f009654bded01dfc0e5874a09058a19.tar.bz2
mpv-6afef5839f009654bded01dfc0e5874a09058a19.tar.xz
x11: move GCs and background clearing to vo_xv
vo_xv.c is the only place where these things are used.
Diffstat (limited to 'video/out/x11_common.h')
-rw-r--r--video/out/x11_common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/out/x11_common.h b/video/out/x11_common.h
index 6dfcbf52f7..5c99013ced 100644
--- a/video/out/x11_common.h
+++ b/video/out/x11_common.h
@@ -70,8 +70,6 @@ struct vo_x11_state {
XIC xic;
bool no_autorepeat;
- GC f_gc; // used to paint background
- GC vo_gc; // used to paint video
Colormap colormap;
int wm_type;
@@ -128,7 +126,6 @@ int vo_x11_check_events(struct vo *vo);
bool vo_x11_screen_is_composited(struct vo *vo);
void vo_x11_config_vo_window(struct vo *vo, XVisualInfo *vis, int flags,
const char *classname);
-void vo_x11_clear_background(struct vo *vo, const struct mp_rect *rc);
int vo_x11_control(struct vo *vo, int *events, int request, void *arg);
#endif /* MPLAYER_X11_COMMON_H */