summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2014-09-03 21:30:19 +0200
committerAlexander Preisinger <alexander.preisinger@gmail.com>2014-09-03 21:35:26 +0200
commitfc68c9269d04d02d53628e75a8bc060aa7e7a5ca (patch)
treed9ab6464f1167a5fc24244942399f028b8143c66 /video/out/wayland_common.h
parent8bd5df3ac110feecfd5732f3a7c4d687c63d9155 (diff)
downloadmpv-fc68c9269d04d02d53628e75a8bc060aa7e7a5ca.tar.bz2
mpv-fc68c9269d04d02d53628e75a8bc060aa7e7a5ca.tar.xz
wayland: print some useful outptu info
Prints output informations, useful for finding out if we detect the right mode and for debugging.
Diffstat (limited to 'video/out/wayland_common.h')
-rw-r--r--video/out/wayland_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index 5702372731..86af54be45 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -42,6 +42,8 @@ struct vo_wayland_output {
int32_t width;
int32_t height;
int32_t refresh_rate; // fps (mHz)
+ const char *make;
+ const char *model;
struct wl_list link;
};