Re: [PATCH weston] xwm: Fix the window decoration hints.

2015-05-14 Thread Bryce Harrington
On Sun, May 10, 2015 at 12:14:40PM +0300, Giulio Camuffo wrote: > Hi, > > This seems to work correctly after a brief test, and the code looks fine. > > Reviewed-By: Giulio Camuffo Thanks, applied: 0c944b0..b0f5a25 master -> master > 2015-05-04 5:56 GMT+03:00 Dima Ryazanov : > > Enable al

Re: [PATCH weston] xwm: Fix the window decoration hints.

2015-05-10 Thread Giulio Camuffo
Hi, This seems to work correctly after a brief test, and the code looks fine. Reviewed-By: Giulio Camuffo 2015-05-04 5:56 GMT+03:00 Dima Ryazanov : > Enable all hints by default. This fixes the "Maximize" button in apps that > don't set any hints - e.g., xclock or Firefox. (There's still a prob

[PATCH weston] xwm: Fix the window decoration hints.

2015-05-03 Thread Dima Ryazanov
Enable all hints by default. This fixes the "Maximize" button in apps that don't set any hints - e.g., xclock or Firefox. (There's still a problem, though: "decorate" is sometimes treated as a boolean, sometimes as a bitmask.) Handle MWM_DECOR_ALL correctly. It looks like it's supposed to invert t