Re: [dev] [dwm] [PATCH] Do not draw bar if it is hidden

From: Alexander Krotov <ilabdsf_AT_gmail.com>
Date: Wed, 8 Aug 2018 14:02:36 +0300

On 07/08/18 12:45, Laslo Hunhold wrote:
> On Mon, 6 Aug 2018 16:42:19 +0300
> Alexander Krotov <ilabdsf_AT_gmail.com> wrote:
>
> Dear Alexander,
>
>> With this patch the bar can at least be hidden before opening web
>> pages that cause Xft errors.
> I agree with the patch, but not because of the Xft bug. We should just
> not execute code that is unnecessary.
It is not a solution for Xft bug ofc.

> Maybe we can layer this check out though and do a
>
> if (m->showbar) {
> drawbar(...)
> }
>
> What do you guys think?
Ok, makes sense.
>
> With best regards
>
> Laslo
>
Received on Wed Aug 08 2018 - 13:02:36 CEST

This archive was generated by hypermail 2.3.0 : Wed Aug 08 2018 - 13:12:07 CEST