Re: [PATCH weston v4] xwm: Add icon support to the frame

2018-02-05 Thread Derek Foreman
On 2017-12-01 02:47 PM, Quentin Glidic wrote: On 12/1/17 7:20 PM, Emmanuel Gil Peyrot wrote: This fetches the _NET_WM_ICON property of the X11 window, and use the first image found as the frame icon. This has been tested with various X11 programs, and improves usability and user-friendliness a

Re: [PATCH weston v4] xwm: Add icon support to the frame

2018-01-24 Thread Derek Foreman
On 2017-12-01 02:47 PM, Quentin Glidic wrote: On 12/1/17 7:20 PM, Emmanuel Gil Peyrot wrote: This fetches the _NET_WM_ICON property of the X11 window, and use the first image found as the frame icon. This has been tested with various X11 programs, and improves usability and user-friendliness a

Re: [PATCH weston v4] xwm: Add icon support to the frame

2018-01-18 Thread Daniel Stone
Hi, On 3 December 2017 at 13:32, Emmanuel Gil Peyrot wrote: > On Fri, Dec 01, 2017 at 09:47:57PM +0100, Quentin Glidic wrote: >> I can’t find "width * 4" in the EWMH spec[1], I guess it’s well-known enough >> in this case. Maybe we need to check the Cairo stride matches

Re: [PATCH weston v4] xwm: Add icon support to the frame

2017-12-03 Thread Emmanuel Gil Peyrot
On Fri, Dec 01, 2017 at 09:47:57PM +0100, Quentin Glidic wrote: > On 12/1/17 7:20 PM, Emmanuel Gil Peyrot wrote: > > This fetches the _NET_WM_ICON property of the X11 window, and use the > > first image found as the frame icon. > > > > This has been tested with various X11 programs, and improves

Re: [PATCH weston v4] xwm: Add icon support to the frame

2017-12-01 Thread Quentin Glidic
On 12/1/17 7:20 PM, Emmanuel Gil Peyrot wrote: This fetches the _NET_WM_ICON property of the X11 window, and use the first image found as the frame icon. This has been tested with various X11 programs, and improves usability and user-friendliness a bit. Changes since v1: - Changed

[PATCH weston v4] xwm: Add icon support to the frame

2017-12-01 Thread Emmanuel Gil Peyrot
This fetches the _NET_WM_ICON property of the X11 window, and use the first image found as the frame icon. This has been tested with various X11 programs, and improves usability and user-friendliness a bit. Changes since v1: - Changed frame_button_create() to use