Hiltjo Posthuma wrote:
> I meant using:
> 
>       typedef XftColor Scm
> 
> and *Scm.
> 
> instead of
> 
>       typedef XftColor *Scm
> 
> not sure tbh, maybe it's fine as it is now.

Hm, that option is quite good actually. It still hides XftColor being used, but
also exposes that a color scheme is an array which is needed in dwm to access
the border color component. If there are no objections, I'd update the patches
to use `typedef XftColor Scm`.

--Markus

Reply via email to