mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdeui: initialize KWindowSystemPrivate::xfixesEventBase
now the compiler will not be able to detect uninitialized usage, it did not warn for it either tho Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
d76b5a1e64
commit
78ff2c38ef
1 changed files with 2 additions and 1 deletions
|
@ -122,7 +122,8 @@ KWindowSystemPrivate::KWindowSystemPrivate(int _what)
|
|||
2, -1, false ),
|
||||
strutSignalConnected( false ),
|
||||
haveXfixes( false ),
|
||||
what( _what )
|
||||
what( _what ),
|
||||
xfixesEventBase(0)
|
||||
{
|
||||
(void ) qApp->desktop(); //trigger desktop widget creation to select root window events
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue