nanogui@linuxhacker.org
nanogui@linuxhacker.org
:Why? GdBlit() does full clipping, doesn't it? So I can't see why
:you shouldn't be able to use GdBlit() to blit from a shared memory
:off screen device and directly onto screen.
GdBlit requires the server's clip rectangle data in order to clip,
that's all. If a client want's to blit directly, it's got to have
the clip data; this is normally kept on the server.
Greg
nanogui@linuxhacker.org