From 16a15bc404eafb557ea5faa18b6b6941ee39c144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=B6glund?= Date: Sun, 30 Sep 2001 21:00:39 +0000 Subject: [PATCH] Made the redmond client compile when QT_NO_COMPAT is defined svn path=/trunk/kdebase/kwin/; revision=115983 --- clients/redmond/redmond.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/redmond/redmond.cpp b/clients/redmond/redmond.cpp index ef30ec83ad..e3653c4ff5 100644 --- a/clients/redmond/redmond.cpp +++ b/clients/redmond/redmond.cpp @@ -365,7 +365,7 @@ void GalliumButton::drawButton(QPainter *p) GalliumClient::GalliumClient( Workspace *ws, WId w, QWidget *parent, const char *name ) - : Client( ws, w, parent, name, WResizeNoErase | WNorthWestGravity | + : Client( ws, w, parent, name, WResizeNoErase | WStaticContents | WRepaintNoErase ) { setBackgroundMode( QWidget::NoBackground );