diff options
author | Tor Lillqvist <tml@iki.fi> | 2000-01-05 17:05:30 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-01-05 17:05:30 +0000 |
commit | 273089af2a9d72cebe83587bc0c00db276683278 (patch) | |
tree | f1aabb254513cc974e0c98ece08caf7279a731b6 /ChangeLog | |
parent | 0a60e2963c1a3ec9746d7b9f06428d01ff11cece (diff) | |
download | gtk+-273089af2a9d72cebe83587bc0c00db276683278.tar.gz |
Fix copy&paste error: Call the backend's draw_lines method, not
2000-01-05 Tor Lillqvist <tml@iki.fi>
* gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
backend's draw_lines method, not draw_points.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2000-01-05 Tor Lillqvist <tml@iki.fi> + + * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the + backend's draw_lines method, not draw_points. + 2000-01-02 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from |