Made the quartz client compile when QT_NO_COMPAT is defined
svn path=/trunk/kdebase/kwin/; revision=115982
This commit is contained in:
parent
df9a60eb44
commit
1015568de5
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ void QuartzButton::mouseReleaseEvent( QMouseEvent* e )
|
||||||
|
|
||||||
QuartzClient::QuartzClient( Workspace *ws, WId w, QWidget *parent,
|
QuartzClient::QuartzClient( Workspace *ws, WId w, QWidget *parent,
|
||||||
const char *name )
|
const char *name )
|
||||||
: Client( ws, w, parent, name, WResizeNoErase | WNorthWestGravity | WRepaintNoErase )
|
: Client( ws, w, parent, name, WResizeNoErase | WStaticContents | WRepaintNoErase )
|
||||||
{
|
{
|
||||||
// No flicker thanks
|
// No flicker thanks
|
||||||
setBackgroundMode( QWidget::NoBackground );
|
setBackgroundMode( QWidget::NoBackground );
|
||||||
|
|
Loading…
Reference in a new issue