
31 Mar
2004
31 Mar
'04
7:15 p.m.
On 31. Mar 2004, at 10:40, Rogier van Dalen wrote:
FWIW: Qt also implements a region, named QRegion, which is used for QPaintEvents: http://doc.trolltech.com/3.3/qregion.html
Thanks for the link, this is more or less what I was proposing/requesting. I took a look at the source, and interestingly it is based more or less directly on the X11 source (but with a nice wrapper class), which Graydon also referred to. So it would seem that there almost is some sort of de facto standard ;)