diff options
author | Tor Lillqvist <tml@iki.fi> | 2004-03-13 22:26:05 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2004-03-13 22:26:05 +0000 |
commit | f6d1307a016fabcb2b39d258aa476d4d71ea9755 (patch) | |
tree | ee7baf62521ccdb98f8be5564d9b2904dbbbaebc /ChangeLog.pre-2-6 | |
parent | 8d6bd2b5d010eddbd035ca01e564a90052f1c98d (diff) | |
download | gdk-pixbuf-f6d1307a016fabcb2b39d258aa476d4d71ea9755.tar.gz |
Don't undefine HAVE_MONITOR_INFO when compiling with gcc. Mingw's headers
2004-03-13 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdisplay-win32.c: Don't undefine HAVE_MONITOR_INFO
when compiling with gcc. Mingw's headers do have the required
definitions.
* gdk/win32/gdkdrawable-win32.c (draw_polygon): When drawing
filled polygons, don't draw the outline, similarily as
draw_rectangle(). Apparently GTK and GIMP don't use
gdk_draw_polygon() much (or always draw the outline, too), as this
has gone undetected for so long. Thanks to Bruce Hochstetler.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index a63c1247f..2358b18c7 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,15 @@ +2004-03-13 Tor Lillqvist <tml@iki.fi> + + * gdk/win32/gdkdisplay-win32.c: Don't undefine HAVE_MONITOR_INFO + when compiling with gcc. Mingw's headers do have the required + definitions. + + * gdk/win32/gdkdrawable-win32.c (draw_polygon): When drawing + filled polygons, don't draw the outline, similarily as + draw_rectangle(). Apparently GTK and GIMP don't use + gdk_draw_polygon() much (or always draw the outline, too), as this + has gone undetected for so long. Thanks to Bruce Hochstetler. + Sat Mar 13 15:19:17 2004 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.c (gtk_window_destroy): Remove |