JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
quirk the vlc video window to behave like mplayer
authorMarco Peereboom <marco@conformal.com>
Thu, 9 Jun 2011 21:26:38 +0000 (21:26 +0000)
committerMarco Peereboom <marco@conformal.com>
Thu, 9 Jun 2011 21:26:38 +0000 (21:26 +0000)
scrotwm.c

index 0aa4860..94710ff 100644 (file)
--- 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 */