fix warnings

This commit is contained in:
IoI_xD 2026-04-16 13:22:21 -07:00
commit e41dbd43c1
2 changed files with 12 additions and 38 deletions

View file

@ -72,7 +72,7 @@ static struct symtbl {
char* (*XSetLocaleModifiers)(const char*);
XIM (*XOpenIM)(Display*, struct _XrmHashBucketRec*, char*, char*);
Status (*XCloseIM)(XIM);
XIC (*XCreateIC)(XIM, ...) _X_SENTINEL(0);
XIC (*XCreateIC)(XIM, ...);
void (*XDestroyIC)(XIC);
void (*XSetICFocus)(XIC);