From ea12c70e46d95cf3170b61069038fd6f5082beb4 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 26 Jan 2021 10:27:51 -0500 Subject: [PATCH] X11 warning on macOS --- include/xwindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/xwindow.h b/include/xwindow.h index e05e94ae3..ab10be952 100644 --- a/include/xwindow.h +++ b/include/xwindow.h @@ -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"