Disable --enable-final here for now.

svn path=/trunk/kdebase/kwin/; revision=323749
This commit is contained in:
Luboš Luňák 2004-06-26 10:56:36 +00:00
parent 05b1ee7d46
commit 287d83413c
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@ METASOURCES = AUTO
AM_CPPFLAGS = $(all_includes) -DKCMRULES
INCLUDES = -I$(top_srcdir)/kwin/lib
KDE_OPTIONS = nofinal
kde_module_LTLIBRARIES = kcm_kwinrules.la
kcm_kwinrules_la_SOURCES = main.cpp ruleswidget.cpp ruleslist.cpp kwinsrc.cpp detectwidget.cpp \

View file

@ -55,7 +55,7 @@ void DetectDialog::detect( WId window )
readWindow( window );
}
static QCString getStringProperty(WId w, Atom prop, char separator)
static QCString getStringProperty(WId w, Atom prop, char separator=0)
{
Atom type;
int format, status;