diff dw.h @ 2270:819f2492c85f

GTK4: More signal cleanup, fix various issues with windows and dialogs.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 01 Feb 2021 01:28:41 +0000
parents bb0690c04413
children 1c52cd5a817f
line wrap: on
line diff
--- a/dw.h	Sun Jan 31 12:42:25 2021 +0000
+++ b/dw.h	Mon Feb 01 01:28:41 2021 +0000
@@ -1392,6 +1392,9 @@
    int done;
    int method;
    void *data, *result;
+#if GTK_MAJOR_VERSION > 3
+   GMainLoop *mainloop;
+#endif
 } DWDialog;
 
 typedef void *HPRINT;