summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-05-02 21:36:08 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-05-02 21:36:08 +0000
commit57dd3ef80f60994b341fb07d9ec67d9fe4535df2 (patch)
tree6674a0bcf127a80732e8e6f43373ee726cc2f2e1 /ChangeLog.pre-2-0
parent4481ff0cef20e5d172af28a4a9a39ce8a4b548c9 (diff)
downloadgtk+-57dd3ef80f60994b341fb07d9ec67d9fe4535df2.tar.gz
Don't try to draw too narrow or too low arcs, they seem to fail, at least
2000-05-02 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to draw too narrow or too low arcs, they seem to fail, at least with some display drivers. * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-06
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 6670cdd2b7..d9891d959a 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,5 +1,11 @@
2000-05-02 Tor Lillqvist <tml@iki.fi>
+ * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
+ draw too narrow or too low arcs, they seem to fail, at least with
+ some display drivers.
+
+ * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
+
Large changes to the Win32 backend, partially made necessary by
the changes to the backend-independent internal
structures. Attempts to implement similar backing store stuff as