update flexipatch base
Update void-packages template / Update xbps-src template (push) Successful in 47s
Details
Update void-packages template / Update xbps-src template (push) Successful in 47s
Details
This commit is contained in:
parent
1bc5ee667f
commit
12d8e1dbca
7
dmenu.c
7
dmenu.c
|
@ -67,9 +67,6 @@ static Clr *scheme[SchemeLast];
|
|||
|
||||
#include "config.h"
|
||||
|
||||
static int (*fstrncmp)(const char *, const char *, size_t) = strncmp;
|
||||
static char *(*fstrstr)(const char *, const char *) = strstr;
|
||||
|
||||
static unsigned int
|
||||
textw_clamp(const char *str, unsigned int n)
|
||||
{
|
||||
|
@ -96,6 +93,9 @@ static void run(void);
|
|||
static void setup(void);
|
||||
static void usage(void);
|
||||
|
||||
static int (*fstrncmp)(const char *, const char *, size_t) = strncmp;
|
||||
static char *(*fstrstr)(const char *, const char *) = strstr;
|
||||
|
||||
#include "patch/include.c"
|
||||
|
||||
static void
|
||||
|
@ -672,7 +672,6 @@ static void
|
|||
run(void)
|
||||
{
|
||||
XEvent ev;
|
||||
|
||||
while (!XNextEvent(dpy, &ev)) {
|
||||
if (XFilterEvent(&ev, win))
|
||||
continue;
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
#if FZFEXPECT_PATCH
|
||||
#include "fzfexpect.h"
|
||||
#endif
|
||||
#if INPUTMETHOD_PATCH
|
||||
#include "inputmethod.h"
|
||||
#endif
|
||||
#if MULTI_SELECTION_PATCH
|
||||
#include "multiselect.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue