From f9dae2fc7cf7bc0a93724ad31b3f7b41a344bbce Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 5 Sep 2020 20:43:23 +0000 Subject: [PATCH] Revert r547341 tcberner have been faster than I did to address the problem in r546805 Somehow I missed his commit and worked on an outdated tree when I worked on r547341 apparently --- x11/dmenu-wayland/files/patch-dmenu.c | 10 ---------- x11/dmenu-wayland/files/patch-draw.h | 8 -------- 2 files changed, 18 deletions(-) delete mode 100644 x11/dmenu-wayland/files/patch-dmenu.c delete mode 100644 x11/dmenu-wayland/files/patch-draw.h diff --git a/x11/dmenu-wayland/files/patch-dmenu.c b/x11/dmenu-wayland/files/patch-dmenu.c deleted file mode 100644 index 287868e9a3d4..000000000000 --- a/x11/dmenu-wayland/files/patch-dmenu.c +++ /dev/null @@ -1,10 +0,0 @@ ---- dmenu.c.orig 2019-06-25 12:55:46 UTC -+++ dmenu.c -@@ -40,6 +40,7 @@ struct { - int32_t scroll_right; - } window_config; - -+const char *progname; - - static uint32_t color_bg = 0x222222ff; - static uint32_t color_fg = 0xbbbbbbff; diff --git a/x11/dmenu-wayland/files/patch-draw.h b/x11/dmenu-wayland/files/patch-draw.h deleted file mode 100644 index c3b778e8efad..000000000000 --- a/x11/dmenu-wayland/files/patch-draw.h +++ /dev/null @@ -1,8 +0,0 @@ ---- draw.h.orig 2019-06-25 12:55:46 UTC -+++ draw.h -@@ -96,4 +96,4 @@ void eprintf(const char *fmt, ...); - void weprintf(const char *fmt, ...); - int32_t round_to_int(double val); - --const char *progname; -+extern const char *progname;