Re: [PATCH weston 17/18] xwayland: Fix the race condition when mapping a surface

2013-06-14 Thread Louis-Francis Ratté-Boulianne
Hi, On Monday, June 10, 2013 14:11 EDT, "MoD" wrote: > I've been poking at XWayland+Weston's XWM recently and wanted to find this > behavior and check that this patch is effective so I could vouch for it, but > I haven't seen something that looks like windows being mapped with the wrong > coo

Re: [PATCH weston 17/18] xwayland: Fix the race condition when mapping a surface

2013-06-10 Thread MoD
I've been poking at XWayland+Weston's XWM recently and wanted to find this behavior and check that this patch is effective so I could vouch for it, but I haven't seen something that looks like windows being mapped with the wrong coordinates or size. Louis-Francis, could you explain how to reproduce

[PATCH weston 17/18] xwayland: Fix the race condition when mapping a surface

2013-05-22 Thread ppaalanen
From: Louis-Francis Ratté-Boulianne Make sure XCB_MAP_NOTIFY has been received and the window id has been set before mapping the shell surface. It fixes race condition making the surface appears at wrong coordinates or with wrong size. --- src/xwayland/window-manager.c | 18 +-