commit 8c6717184493aace5d0724d031abd4331eed496c
Author: clamiax <[email protected]>
Date:   Sat Nov 7 17:46:51 2015 +0100

    [dmenu] Remove the noXoffset patch (it's a clone of vertfull).

diff --git a/tools.suckless.org/dmenu/patches/dmenu-4.5-noXoffset.diff 
b/tools.suckless.org/dmenu/patches/dmenu-4.5-noXoffset.diff
deleted file mode 100644
index 7daad2a..0000000
--- a/tools.suckless.org/dmenu/patches/dmenu-4.5-noXoffset.diff
+++ /dev/null
@@ -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
deleted file mode 100644
index 410bf2c..0000000
--- a/tools.suckless.org/dmenu/patches/noXoffset.md
+++ /dev/null
@@ -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 <[[email protected]](mailto:[email protected])>


Reply via email to