Add pcb quirk. From Mark Peoples <marco@tuppy.intrepidhosting.net>

This commit is contained in:
Marco Peereboom 2009-02-12 17:48:05 +00:00
parent afeb7d2239
commit 0acaa22173

View file

@ -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},
};