diff options
author | Richard Hult <richard@imendio.com> | 2006-08-07 16:45:16 +0000 |
---|---|---|
committer | Richard Hult <rhult@src.gnome.org> | 2006-08-07 16:45:16 +0000 |
commit | d2014a6084bb5f3c4fb0cc0e74f189b088e6f577 (patch) | |
tree | 3e628a034708bb2313133dba72216e00bc4c97c0 /ChangeLog | |
parent | 5d2863cb8525696ceaa870d24ec295f5e3772322 (diff) | |
download | gtk+-d2014a6084bb5f3c4fb0cc0e74f189b088e6f577.tar.gz |
Don't get and release the context for each point, just once, speeds up
2006-08-07 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkdrawable-quartz.c (gdk_quartz_draw_points): Don't
get and release the context for each point, just once, speeds up
drawing many points a lot.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-08-07 Richard Hult <richard@imendio.com> + + * gdk/quartz/gdkdrawable-quartz.c (gdk_quartz_draw_points): Don't + get and release the context for each point, just once, speeds up + drawing many points a lot. + 2006-08-07 Michael Natterer <mitch@imendio.com> * gtk/gtkdnd-quartz.c (gtk_drag_dest_unset): need to disconnect |