summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index e9d9e69202..3fcb420d2a 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -293,6 +293,8 @@ struct vo {
int scrh; // vertical resolution
float asp;
} aspdat;
+
+ char *window_title;
};
struct vo *init_best_video_out(struct MPOpts *opts, struct vo_x11_state *x11,