From 0acaa22173919d11f1d0c698cbbe7ebd525b68a3 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Thu, 12 Feb 2009 17:48:05 +0000 Subject: [PATCH] Add pcb quirk. From Mark Peoples --- scrotwm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scrotwm.c b/scrotwm.c index 985cda1..e3a0685 100644 --- 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}, }; -- 1.7.10.4