diff options
author | tdro <tdro@users.noreply.github.com> | 2022-03-17 22:09:58 -0400 |
---|---|---|
committer | tdro <tdro@users.noreply.github.com> | 2022-03-17 22:09:58 -0400 |
commit | 9b0be7712e2aae65b459f758a080c56983056021 (patch) | |
tree | 2c17b9cbbf4a45fa4dae611bf48d72ea361e97df /drw.c | |
parent | 7359d5e8a20073a9e40f92c6ad37d61ed5326859 (diff) | |
download | dmenu-master.tar.gz dmenu-master.tar.bz2 dmenu-master.zip |
In this order;
git apply --verbose patches/fuzzymatch.patch
git apply --verbose patches/highlight.patch
git apply --verbose patches/xresources.patch
git apply --verbose patches/compact.patch
git apply --verbose patches/instantexit.patch
Diffstat (limited to 'drw.c')
-rw-r--r-- | drw.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -277,8 +277,8 @@ drw_text(Drw *drw, int x, int y, unsigned int w, unsigned int h, unsigned int lp d = XftDrawCreate(drw->dpy, drw->drawable, DefaultVisual(drw->dpy, drw->screen), DefaultColormap(drw->dpy, drw->screen)); - x += lpad; - w -= lpad; + x += 0; + w -= 0; } usedfont = drw->fonts; |