diff dw.h @ 2271:1c52cd5a817f

GTK4: More refactoring, and started working on menus, but not entirely sure how it is going to work yet.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 01 Feb 2021 04:07:22 +0000
parents 819f2492c85f
children 0c88059df8e9
line wrap: on
line diff
--- a/dw.h	Mon Feb 01 01:28:41 2021 +0000
+++ b/dw.h	Mon Feb 01 04:07:22 2021 +0000
@@ -1301,7 +1301,7 @@
 #endif
 } *HPIXMAP;
 
-typedef GtkWidget *HMENUI;
+typedef void *HMENUI;
 typedef void *HTREEITEM;
 typedef void *HSHM;
 typedef void *HICN;