update flexipatch base
Update void-packages template / Update xbps-src template (push) Successful in 47s Details

This commit is contained in:
Luca Bilke 2024-08-02 16:59:09 +02:00
parent 1bc5ee667f
commit 12d8e1dbca
No known key found for this signature in database
GPG Key ID: C9E851809C1A5BDE
2 changed files with 6 additions and 4 deletions

View File

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

View File

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