Made the mwm client compile when QT_NO_COMPAT is defined
svn path=/trunk/kdebase/kwin/; revision=115981
This commit is contained in:
parent
d543923d46
commit
df9a60eb44
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ void MwmButton::drawButton( QPainter* p )
|
|||
|
||||
|
||||
MwmClient::MwmClient( Workspace* ws, WId w, QWidget* parent, const char* name )
|
||||
: Client( ws, w, parent, name, WNorthWestGravity | WResizeNoErase
|
||||
: Client( ws, w, parent, name, WStaticContents | WResizeNoErase
|
||||
| WRepaintNoErase )
|
||||
{
|
||||
setBackgroundMode( QWidget::NoBackground );
|
||||
|
|
Loading…
Reference in a new issue