From 1a274e1041b94334a85252798ea8bf3063fd86e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Fri, 1 Oct 2004 12:58:50 +0000 Subject: [PATCH] Don't force the settings, only apply them initially. svn path=/trunk/kdebase/kwin/; revision=350787 --- rules.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules.h b/rules.h index 6266fce4ef..652938747d 100644 --- a/rules.h +++ b/rules.h @@ -115,7 +115,8 @@ class Rules bool matchRole( const QCString& match_role ) const; bool matchTitle( const QString& match_title ) const; bool matchClientMachine( const QCString& match_machine ) const; - enum // values are saved to the cfg file + // All these values are saved to the cfg file, and are also used in kstart! + enum { Unused = 0, DontAffect, // use the default value