On 10/2/07, anurag sogal <[EMAIL PROTECTED]> wrote:
> Hi
>
> I am trying to capture the pixel data from N770. In the sense for a sketch
> like application , if somebody draws something on the screen using the
> stylus then in hardware some pixels get turned on . So is there way to
> capture this on the N770 .

Hmmm...XCopyArea or XGetImage?

FYI, if you're doing a sketch program (where you might be accessing
that data often), that may not be best way to do it. It's usually best
to represent the current state of the drawing in some application-side
data structure, even if it's just an image buffer.

Dan
_______________________________________________
maemo-developers mailing list
[email protected]
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to