nanogui@linuxhacker.org
nanogui@linuxhacker.org
Subject: Clipping code...
From: Morten Rolland
Date: Mon, 24 Jan 2000 16:32:34 +0000
Hello,
I've finally gotten around to try implement rectangle clipping
in GdArea, and I wonder: Which version of the clipping code
is the one to come? I don't want to dig deep into something
that is on the way out... Although they look similar in concept.
My guess is that the version selected by 'REGIONS' in
GdBlit is the latest stable version.
Also, after calling the GdClipArea function, I assume all
visible rectangles for the window in question is stored in
the clipregion->rects array, so I just have to look there
to see what needs to be painted, right?
I remember something about a rewrite of the clipping code -
is this done, or something to come? If it is not yet
done, will it be so different from todays version that
it may not be worth implementing rectangle updating similar
to GdBlit for GdArea?
Thanx,
- Morten
nanogui@linuxhacker.org