patches

Patches for various other programs
git clone https://git.regexghost.com/patches.git
Log | Files | Refs | README

jwm-border-flicker.diff (471B)


      1 diff --git a/src/border.c b/src/border.c
      2 index 256ba31..1c36209 100644
      3 --- a/src/border.c
      4 +++ b/src/border.c
      5 @@ -421,7 +421,7 @@ void DrawBorderHelper(const ClientNode *np)
      6     }
      7  
      8     /* Set parent background to reduce flicker. */
      9 -   JXSetWindowBackground(display, np->parent, titleColor2);
     10 +   JXSetWindowBackground(display, np->parent, None);
     11  
     12     canvas = JXCreatePixmap(display, np->parent, width, north, rootDepth);
     13     gc = JXCreateGC(display, canvas, 0, NULL);