diff options
author | Tor Lillqvist <tml@novell.com> | 2008-08-03 23:05:37 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-08-03 23:05:37 +0000 |
commit | 34159c417bf9bea9a4793c12bbd2bb40ec692e0b (patch) | |
tree | bcbd377b8eaf90e7f59f580b056b43e68b3d96f5 /ChangeLog | |
parent | 8303b4437e0508f621e8bff83060daba0cc8a6da (diff) | |
download | gtk+-34159c417bf9bea9a4793c12bbd2bb40ec692e0b.tar.gz |
Don't bother looking up EnumDisplayMonitors and GetMonitorInfoA
2008-08-04 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkdisplay-win32.c: Don't bother looking up
EnumDisplayMonitors and GetMonitorInfoA dynamically, they are
present in NT-based Windows since Windows 2000.
(enum_monitor): For some reason the MONITORINFOEX struct in
mingw-win64 is different than the proper one as in MSDN and 32-bit
mingw, so just copy the proper definition here.
svn path=/trunk/; revision=20953
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-08-04 Tor Lillqvist <tml@novell.com> + + * gdk/win32/gdkdisplay-win32.c: Don't bother looking up + EnumDisplayMonitors and GetMonitorInfoA dynamically, they are + present in NT-based Windows since Windows 2000. + (enum_monitor): For some reason the MONITORINFOEX struct in + mingw-win64 is different than the proper one as in MSDN and 32-bit + mingw, so just copy the proper definition here. + 2008-08-03 Björn Lindqvist <bjourne@gmail.com> Bug 540379 – gtk_tree_view_enable_model_drag_dest and |