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:
parent
b9ce4b2954
commit
a18969213a
1 changed files with 1 additions and 2 deletions
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue