Re: [PATCH] xwm: Handle third data entry in client messages

2017-12-05 Thread Daniel Stone
Hi Iliya, On 24 June 2017 at 18:53, Iliya Bozhinov wrote: > A single client message can be used to modify two properties at once. > That's why when processing such messages we have to check both the second > and the third data entry for states that we must handle. Thanks, correct you are. I've r

[PATCH] xwm: Handle third data entry in client messages

2017-06-24 Thread Iliya Bozhinov
A single client message can be used to modify two properties at once. That's why when processing such messages we have to check both the second and the third data entry for states that we must handle. Signed-off-by: Ilia Bozhinov --- xwayland/window-manager.c | 14 +- 1 file changed,