diff options
Diffstat (limited to 'pkg/dmenu/patch')
| -rw-r--r-- | pkg/dmenu/patch/0001-Port-to-wayland-using-wld-and-swc-panels.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/dmenu/patch/0001-Port-to-wayland-using-wld-and-swc-panels.patch b/pkg/dmenu/patch/0001-Port-to-wayland-using-wld-and-swc-panels.patch index d2a7f29f..a1d723fe 100644 --- a/pkg/dmenu/patch/0001-Port-to-wayland-using-wld-and-swc-panels.patch +++ b/pkg/dmenu/patch/0001-Port-to-wayland-using-wld-and-swc-panels.patch @@ -1083,7 +1083,7 @@ index 8fd1ca4..e4995a6 100644 + wld_fill_rectangle(drw->renderer, color, x, y, w, 1); + wld_fill_rectangle(drw->renderer, color, x + w - 1, y + 1, 1, h - 2); + wld_fill_rectangle(drw->renderer, color, x, y + 1, 1, h - 2); -+ wld_fill_rectangle(drw->renderer, color, x, y - 1, w, 1); ++ wld_fill_rectangle(drw->renderer, color, x, y + h - 1, w, 1); + } } |
