aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
authorGravatar Alexander Preisinger <alexander.preisinger@gmail.com>2013-07-31 19:19:44 +0200
committerGravatar Alexander Preisinger <alexander.preisinger@gmail.com>2013-07-31 21:52:16 +0200
commit6443a9b16cf48b963353b2917f906ea409757e12 (patch)
treeabcb24be32663ec88fae7276cffcd5b080659b3a /video/out/wayland_common.h
parent03bef3adfd846fc1dda88a888df972f4b501fb40 (diff)
wayland: switch to the new mp_msg api
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 6b39e982aa..27dc057043 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -43,6 +43,7 @@ struct vo_wayland_output {
struct vo_wayland_state {
struct vo *vo;
+ struct mp_log* log;
struct {
int fd;