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
This commit is contained in:
Baptiste Daroussin 2020-09-05 20:43:23 +00:00
parent 00aae7bdf3
commit f9dae2fc7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547677
2 changed files with 0 additions and 18 deletions

View file

@ -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;

View file

@ -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;