$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Allan Odgaard (ML_at_[hidden])
Date: 2004-03-31 14:15:01
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 ;)