]> granicus.if.org Git - nethack/commitdiff
X11 warning on macOS
authornhmall <nhmall@nethack.org>
Tue, 26 Jan 2021 15:27:51 +0000 (10:27 -0500)
committernhmall <nhmall@nethack.org>
Tue, 26 Jan 2021 15:27:51 +0000 (10:27 -0500)
include/xwindow.h

index e05e94ae3413928c3308219efb7d0831faad57d7..ab10be9520871f5d9a78959e122875991631c0c7 100644 (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"