Use correct geometry in GTKShowWindowMenu
This commit is contained in:
parent
2854d59da4
commit
c5e40c9687
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ void RootInfo::showWindowMenu(xcb_window_t w, int device_id, int x_root, int y_r
|
|||
{
|
||||
Q_UNUSED(device_id);
|
||||
if (X11Window *c = Workspace::self()->findClient(Predicate::WindowMatch, w)) {
|
||||
c->GTKShowWindowMenu(x_root, y_root);
|
||||
c->GTKShowWindowMenu(Xcb::fromXNative(x_root), Xcb::fromXNative(y_root));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue