summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-08-03 23:05:37 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-08-03 23:05:37 +0000
commit34159c417bf9bea9a4793c12bbd2bb40ec692e0b (patch)
treebcbd377b8eaf90e7f59f580b056b43e68b3d96f5 /ChangeLog
parent8303b4437e0508f621e8bff83060daba0cc8a6da (diff)
downloadgtk+-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91236991ed..ff01544145 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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