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"
|
#include "config.h"
|
||||||
|
|
||||||
static int (*fstrncmp)(const char *, const char *, size_t) = strncmp;
|
|
||||||
static char *(*fstrstr)(const char *, const char *) = strstr;
|
|
||||||
|
|
||||||
static unsigned int
|
static unsigned int
|
||||||
textw_clamp(const char *str, unsigned int n)
|
textw_clamp(const char *str, unsigned int n)
|
||||||
{
|
{
|
||||||
|
@ -96,6 +93,9 @@ static void run(void);
|
||||||
static void setup(void);
|
static void setup(void);
|
||||||
static void usage(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"
|
#include "patch/include.c"
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
@ -672,7 +672,6 @@ static void
|
||||||
run(void)
|
run(void)
|
||||||
{
|
{
|
||||||
XEvent ev;
|
XEvent ev;
|
||||||
|
|
||||||
while (!XNextEvent(dpy, &ev)) {
|
while (!XNextEvent(dpy, &ev)) {
|
||||||
if (XFilterEvent(&ev, win))
|
if (XFilterEvent(&ev, win))
|
||||||
continue;
|
continue;
|
||||||
|
|
|
@ -4,6 +4,9 @@
|
||||||
#if FZFEXPECT_PATCH
|
#if FZFEXPECT_PATCH
|
||||||
#include "fzfexpect.h"
|
#include "fzfexpect.h"
|
||||||
#endif
|
#endif
|
||||||
|
#if INPUTMETHOD_PATCH
|
||||||
|
#include "inputmethod.h"
|
||||||
|
#endif
|
||||||
#if MULTI_SELECTION_PATCH
|
#if MULTI_SELECTION_PATCH
|
||||||
#include "multiselect.h"
|
#include "multiselect.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue