From b47ce2b623e710860d209002013dacd2c14bc093 Mon Sep 17 00:00:00 2001 From: Matthias Ettrich Date: Wed, 10 Nov 1999 02:32:34 +0000 Subject: [PATCH] removed red background ;) svn path=/trunk/kdebase/kwin/; revision=33386 --- client.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/client.cpp b/client.cpp index e6ea712190..3a491f4d1a 100644 --- a/client.cpp +++ b/client.cpp @@ -81,7 +81,6 @@ static void sendClientMessage(Window w, Atom a, long x){ WindowWrapper::WindowWrapper( WId w, Client *parent, const char* name) : QWidget( parent, name ) { - setBackgroundColor( red ); win = w; setMouseTracking( TRUE );