Re: [PATCH] xwm: Send configure event when moving

2018-03-29 Thread Pekka Paalanen
On Sun, 18 Mar 2018 12:22:16 -0600 Scott Moreau wrote: > Send a synthetic configure notify event to the reparented window to > update the position in Xwayland. This fixes menu positioning in clients > like VLC after moving the window. Hi, Signed-off-by missing, I would strongly recommend to add

[PATCH] xwm: Send configure event when moving

2018-03-18 Thread Scott Moreau
Send a synthetic configure notify event to the reparented window to update the position in Xwayland. This fixes menu positioning in clients like VLC after moving the window. --- xwayland/window-manager.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/xwayland/wind