Merging from old trunk:

r603296 | lunakl | 2006-11-08 15:09:06 +0100 (Wed, 08 Nov 2006) | 3 lines

One change that was supposed to go with r603295.


svn path=/trunk/KDE/kdebase/workspace/; revision=659309
This commit is contained in:
Luboš Luňák 2007-04-29 22:37:46 +00:00
parent b9ce4b2954
commit a18969213a

View file

@ -567,8 +567,7 @@ void Client::embedClient( Window w, const XWindowAttributes &attr )
FocusChangeMask |
ExposureMask |
PropertyChangeMask |
StructureNotifyMask | SubstructureRedirectMask |
VisibilityChangeMask );
StructureNotifyMask | SubstructureRedirectMask );
XSelectInput( display(), wrapper, ClientWinMask | SubstructureNotifyMask );
XSelectInput( display(), client,
FocusChangeMask |