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

2016-12-07 Thread Eric Engestrom
On Sunday, 2016-12-04 21:20:47 +, 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. > > Signed-off-

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

2016-12-04 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. Signed-off-by: Emmanuel Gil Peyrot --- clients/window.c | 4 +-- libwesto