forked from pyrite-dev/milsko
fix warnings
This commit is contained in:
parent
9caa50b94d
commit
e41dbd43c1
2 changed files with 12 additions and 38 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue