]> Pileus Git - ~andy/gtk/commit
Fix damage report for lines drawn on offscreen windows
authorAlexander Larsson <alexl@redhat.com>
Mon, 7 Dec 2009 09:47:05 +0000 (10:47 +0100)
committerAlexander Larsson <alexl@redhat.com>
Mon, 7 Dec 2009 09:49:57 +0000 (10:49 +0100)
commit98a9c5c69a796b48d3797a35a301dabe1dcb2430
tree648190d354913f94dbabb4c1a3e1ac015db035bd
parent48fc0f36c28fb0317a3433bafbe7bf8ae8a01171
Fix damage report for lines drawn on offscreen windows

All kinds of lines (lines, segments, arcs, etc) need to take into
account the line properties (width, miter limit, joins, caps, etc)
to get proper damage extents.

This is not really possible to do, but we can make it likely to work
with some ad-hoc estimates.

Fixes bug 603904.
gdk/gdkoffscreenwindow.c