From e7d20cf352688bf717a01f4e6d9e6f497c2bea4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 20 Sep 2025 19:19:34 +0200 Subject: New upstream version 5.3.1Beta2 --- app/wlib/gtklib/gtkint.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/wlib/gtklib/gtkint.h') diff --git a/app/wlib/gtklib/gtkint.h b/app/wlib/gtklib/gtkint.h index e3757a4..b1f44e4 100644 --- a/app/wlib/gtklib/gtkint.h +++ b/app/wlib/gtklib/gtkint.h @@ -27,6 +27,7 @@ #include "gdk/gdk.h" #include "gtk/gtk.h" +#include #ifdef WINDOWS #define strcasecmp _stricmp @@ -137,7 +138,7 @@ struct wIcon_t { wWinPix_t w; wWinPix_t h; wDrawColor color; - const void * bits; + wIconBitMap_t bits; }; extern char wConfigName[]; -- cgit v1.2.3