diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-09-20 19:19:34 +0200 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-09-20 19:19:34 +0200 |
| commit | e7d20cf352688bf717a01f4e6d9e6f497c2bea4c (patch) | |
| tree | cfd2ef9b569f49af985a6f1ec44f2614f63c8e78 /app/wlib/gtklib/gtkint.h | |
| parent | a14a7a0ccc9de76aeab0b2e4bbf58f1a79deedc2 (diff) | |
New upstream version 5.3.1Beta2upstream/5.3.1Beta2
Diffstat (limited to 'app/wlib/gtklib/gtkint.h')
| -rw-r--r-- | app/wlib/gtklib/gtkint.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <assert.h> #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[]; |
