commit 8c6717184493aace5d0724d031abd4331eed496c
parent 3f04f833599a446355a25fc524dba28db2d2494d
Author: clamiax <smoppy@gmail.com>
Date: Sat, 7 Nov 2015 17:46:51 +0100
[dmenu] Remove the noXoffset patch (it's a clone of vertfull).
Diffstat:
2 files changed, 0 insertions(+), 23 deletions(-)
diff --git a/tools.suckless.org/dmenu/patches/dmenu-4.5-noXoffset.diff b/tools.suckless.org/dmenu/patches/dmenu-4.5-noXoffset.diff
@@ -1,11 +0,0 @@
-diff -wu a/dmenu.c b/dmenu.c
---- a/dmenu.c 2012-01-08 13:18:43.000000000 +0100
-+++ b/dmenu.c 2015-11-07 13:51:23.377180944 +0100
-@@ -182,6 +182,7 @@
-
- if(lines > 0) {
- /* draw vertical list */
-+ dc->x = 0;
- dc->w = mw - dc->x;
- for(item = curr; item != next; item = item->right) {
- dc->y += dc->h;
diff --git a/tools.suckless.org/dmenu/patches/noXoffset.md b/tools.suckless.org/dmenu/patches/noXoffset.md
@@ -1,12 +0,0 @@
-noXoffset
-=========
-Remove the left offset when both -p and -l are specified. In other words, items
-are always aligned to the left.
-
-Download
---------
-* [dmenu-4.5-noXoffset.diff](dmenu-4.5-noXoffset.diff)
-
-Author
-------
-* Claudio Alessi <[smoppy@gmail.com](mailto:smoppy@gmail.com)>