From: nhmall Date: Tue, 26 Jan 2021 15:27:51 +0000 (-0500) Subject: X11 warning on macOS X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea12c70e46d95cf3170b61069038fd6f5082beb4;p=nethack X11 warning on macOS --- 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"