Some more fixes for Windows
Hi,
The following set of patches are a set of further fixes running GTK on Windows, namely:
-
Export the callback functions that are used in the .ui files for the MineSweeper demo is exported, so that they may be found at runtime.
-
Some minor cleanups in
gdkevents-win32.c
, by grouping some items together. -
Fix issue #3157 (closed), so that we avoid drawing a classic Win32 Windows frame that should not be drawn for CSD windows (i.e., where we don't want any decoration). Thanks to Matt Jakeman for looking into this issue to provide pointers to a fix.
With blessings, thank you!