From 168a595bfeb97be89da314dcc652b7c4782e43e5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 15 Jun 2013 19:04:20 +0200 Subject: video/out: introduce VOCTRL_UPDATE_WINDOW_TITLE Instead of implicitly changing the window title on config(), do it as part of the new VOCTRL. At first I wanted to make all VOs use the VOCTRL argument directly, but on a second thought it appears vo_get_window_title() is much more useful for some (namely, if the window is created lazily on first config()). Not all VOs are changed. Wayland and OSX have to follow. --- video/out/vo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/out/vo.h') diff --git a/video/out/vo.h b/video/out/vo.h index 2ac993923d..df16a01d0e 100644 --- a/video/out/vo.h +++ b/video/out/vo.h @@ -60,6 +60,7 @@ enum mp_voctrl { VOCTRL_ONTOP, VOCTRL_BORDER, + VOCTRL_UPDATE_WINDOW_TITLE, // char* VOCTRL_SET_CURSOR_VISIBILITY, // bool -- cgit v1.2.3