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
This commit is contained in:
parent
5651bcb69d
commit
7ba861c71d
1 changed files with 1 additions and 1 deletions
2
client.h
2
client.h
|
@ -449,7 +449,7 @@ class NoBorderClient : public Client
|
||||||
public:
|
public:
|
||||||
NoBorderClient( Workspace *ws, WId w, QWidget *parent=0, const char *name=0 );
|
NoBorderClient( Workspace *ws, WId w, QWidget *parent=0, const char *name=0 );
|
||||||
~NoBorderClient();
|
~NoBorderClient();
|
||||||
|
void setShade( bool , int ){}
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue