Re: [PATCH 2/2 v2] xwm: Scale icon if size is not the target size

2018-03-23 Thread Scott Moreau
Hi Derek, On Fri, Mar 23, 2018 at 11:59 AM, Derek Foreman wrote: > On 2018-03-22 01:04 AM, Scott Moreau wrote: > > This scales the icon cairo surface for the titlebar if it isn't the > > target size. > > > > shared/cairo-util: Add surface resizing function to be used for this > > case and other

Re: [PATCH 2/2 v2] xwm: Scale icon if size is not the target size

2018-03-23 Thread Derek Foreman
On 2018-03-22 01:04 AM, Scott Moreau wrote: > This scales the icon cairo surface for the titlebar if it isn't the > target size. > > shared/cairo-util: Add surface resizing function to be used for this > case and other potential cases. > --- > > Changed in v2: > > - Rebase to [PATCH 1/1 v3] xwm:

[PATCH 2/2 v2] xwm: Scale icon if size is not the target size

2018-03-21 Thread Scott Moreau
This scales the icon cairo surface for the titlebar if it isn't the target size. shared/cairo-util: Add surface resizing function to be used for this case and other potential cases. --- Changed in v2: - Rebase to [PATCH 1/1 v3] xwm: Choose icon closest to target size shared/cairo-util.c