JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add pcb quirk. From Mark Peoples <marco@tuppy.intrepidhosting.net>
authorMarco Peereboom <marco@conformal.com>
Thu, 12 Feb 2009 17:48:05 +0000 (17:48 +0000)
committerMarco Peereboom <marco@conformal.com>
Thu, 12 Feb 2009 17:48:05 +0000 (17:48 +0000)
scrotwm.c

index 985cda1..e3a0685 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -360,6 +360,7 @@ struct quirk {
        { "xine",               "xine Panel",   SWM_Q_FLOAT | SWM_Q_ANYWHERE },
        { "Xitk",               "Xine Window",  SWM_Q_FLOAT | SWM_Q_ANYWHERE },
        { "xine",               "xine Video Fullscreen Window", SWM_Q_FULLSCREEN | SWM_Q_FLOAT },
+       { "pcb",                "pcb",          SWM_Q_FLOAT },
        { NULL,                 NULL,           0},
 };