mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 23:32:26 +00:00
-rootwin option (x11/xv only, x11 doesn't work for me)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3832 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
68f8e34bfa
commit
2ef4047531
@ -255,11 +255,12 @@ struct config conf[]={
|
||||
{"softsleep", &softsleep, CONF_TYPE_FLAG, 0, 0, 1},
|
||||
|
||||
{"slave", &slave_mode, CONF_TYPE_FLAG, 0, 0, 1},
|
||||
|
||||
#ifdef HAVE_X11
|
||||
{"wid", &WinID, CONF_TYPE_INT, 0, 0, 0},
|
||||
{"rootwin", &WinID, CONF_TYPE_FLAG, 0, -1, 0},
|
||||
#endif
|
||||
|
||||
|
||||
#define MAIN_CONF
|
||||
#include "cfg-common.h"
|
||||
#undef MAIN_CONF
|
||||
|
Loading…
Reference in New Issue
Block a user