mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-30 07:18:35 +03:00
raiseDialog: Actually send the XEvent
Amendment to 25c274a0bd
Conflicts:
src/mirall/owncloudgui.cpp
This commit is contained in:
parent
fa962b7f53
commit
f59a6862ca
1 changed files with 6 additions and 0 deletions
|
@ -619,6 +619,12 @@ void ownCloudGui::raiseDialog( QWidget *raiseWidget )
|
|||
e.xclient.data.l[2] = 0;
|
||||
e.xclient.data.l[3] = 0l;
|
||||
e.xclient.data.l[4] = 0l;
|
||||
Display *display = QX11Info::display();
|
||||
XSendEvent(display,
|
||||
RootWindow(display, DefaultScreen(display)),
|
||||
False, // propagate
|
||||
SubstructureRedirectMask|SubstructureNotifyMask,
|
||||
&e);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue