summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2013-09-12 16:29:13 +0200
committerAlexander Preisinger <alexander.preisinger@gmail.com>2013-09-12 16:29:13 +0200
commitaa5f8ba542f276599ba0d8e89175520128d7c4b4 (patch)
treed80e6cc2d0929f82059c74d9b0b00f81902a8b41 /video/out/wayland_common.h
parent1061f43a2ffb389004fb97b969c05140061557ee (diff)
downloadmpv-aa5f8ba542f276599ba0d8e89175520128d7c4b4.tar.bz2
mpv-aa5f8ba542f276599ba0d8e89175520128d7c4b4.tar.xz
Revert "wayland: don't create our own log context"
This reverts commit beab54506e61bc080880e827e351439f76542e68. Conflicts: video/out/wayland_common.c
Diffstat (limited to 'video/out/wayland_common.h')
-rw-r--r--video/out/wayland_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index dbe6e155f2..71f4a7481a 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -41,6 +41,7 @@ struct vo_wayland_output {
struct vo_wayland_state {
struct vo *vo;
+ struct mp_log* log;
struct {
int fd;