From 7ba861c71d0479bbe15bdfa54a8cc30565d2c7c4 Mon Sep 17 00:00:00 2001 From: Matthias Ettrich Date: Mon, 19 Feb 2001 22:25:34 +0000 Subject: [PATCH] avoid shading for no-border cliens Index: client.h =================================================================== RCS file: /home/kde/kdebase/kwin/client.h,v retrieving revision 1.62 diff -d -u -r1.62 client.h --- client.h 2001/01/16 21:29:36 1.62 +++ client.h 2001/02/19 22:25:13 @@ -449,7 +449,7 @@ public: NoBorderClient( Workspace *ws, WId w, QWidget *parent=0, const char *name=0 ); ~NoBorderClient(); - + void setShade( bool , int ){} }; #endif svn path=/trunk/kdebase/kwin/; revision=83691 --- client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.h b/client.h index b652799fb7..8d52b44327 100644 --- a/client.h +++ b/client.h @@ -449,7 +449,7 @@ class NoBorderClient : public Client public: NoBorderClient( Workspace *ws, WId w, QWidget *parent=0, const char *name=0 ); ~NoBorderClient(); - + void setShade( bool , int ){} }; #endif