From 8418aeaea300c32022da2c2ed0b8dedb425205ba Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Thu, 9 Jun 2011 21:26:38 +0000 Subject: [PATCH] quirk the vlc video window to behave like mplayer --- scrotwm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scrotwm.c b/scrotwm.c index 0aa4860..94710ff 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -4320,6 +4320,7 @@ setup_quirks(void) setquirk("Xitk", "Xine Window", SWM_Q_FLOAT | SWM_Q_ANYWHERE); setquirk("xine", "xine Video Fullscreen Window", SWM_Q_FULLSCREEN | SWM_Q_FLOAT); setquirk("pcb", "pcb", SWM_Q_FLOAT); + setquirk("SDL_App", "SDL_App", SWM_Q_FLOAT | SWM_Q_FULLSCREEN); } /* conf file stuff */ -- 1.7.10.4