X11 warning on macOS

This commit is contained in:
nhmall
2021-01-26 10:27:51 -05:00
parent 939f20e2ea
commit ea12c70e46

View File

@@ -76,8 +76,8 @@
#define XtNexposeCallback "exposeCallback"
#define XtNresizeCallback "resizeCallback"
extern XFontStruct *WindowFontStruct(/* Widget */);
extern Font WindowFont(/* Widget */);
extern XFontStruct *WindowFontStruct(Widget);
extern Font WindowFont(Widget);
#define XtCWindowResource "WindowResource"
#define XtCRows "Rows"