summaryrefslogtreecommitdiffstats
path: root/video/out/x11_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-09-12 00:56:41 +0200
committerwm4 <wm4@nowhere>2013-09-12 01:34:41 +0200
commit057407a39f160bfd2dd3911dfaa81c750f991ada (patch)
tree94f5e42fe90646dfd3d5d99d2fddaadb72e926a7 /video/out/x11_common.h
parenta84fd1c44aaae58a80d21b18303adc28ca6d9348 (diff)
downloadmpv-057407a39f160bfd2dd3911dfaa81c750f991ada.tar.bz2
mpv-057407a39f160bfd2dd3911dfaa81c750f991ada.tar.xz
x11_common: mp_msg conversion
Doesn't touch some parts, like the X11 error handler (which doesn't allow setting a context pointer).
Diffstat (limited to 'video/out/x11_common.h')
-rw-r--r--video/out/x11_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/x11_common.h b/video/out/x11_common.h
index c2735ad82f..c085a7af41 100644
--- a/video/out/x11_common.h
+++ b/video/out/x11_common.h
@@ -30,6 +30,7 @@ struct vo;
struct mp_rect;
struct vo_x11_state {
+ struct mp_log *log;
Display *display;
Window window;
Window rootwin;