Skip to content

Some more fixes for Windows

Chun-wei Fan requested to merge master.win32 into master

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!

Edited by Chun-wei Fan

Merge request reports