From 1015568de5fdf5206a4a17a22c484ff96f273004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=B6glund?= Date: Sun, 30 Sep 2001 20:58:35 +0000 Subject: [PATCH] Made the quartz client compile when QT_NO_COMPAT is defined svn path=/trunk/kdebase/kwin/; revision=115982 --- clients/quartz/quartz.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/quartz/quartz.cpp b/clients/quartz/quartz.cpp index 7d6148b662..07f65b323f 100644 --- a/clients/quartz/quartz.cpp +++ b/clients/quartz/quartz.cpp @@ -408,7 +408,7 @@ void QuartzButton::mouseReleaseEvent( QMouseEvent* e ) QuartzClient::QuartzClient( Workspace *ws, WId w, QWidget *parent, const char *name ) - : Client( ws, w, parent, name, WResizeNoErase | WNorthWestGravity | WRepaintNoErase ) + : Client( ws, w, parent, name, WResizeNoErase | WStaticContents | WRepaintNoErase ) { // No flicker thanks setBackgroundMode( QWidget::NoBackground );