[Xcb] XCBImageGetPixel

Orhun Birsoy obirsoy at comcast.net
Wed Jun 28 20:14:38 PDT 2006


Hi,

I think XCBImageGetPixel should take const XCBImage*.

It should be
     XCBImageGetPixel (const XCBImage *image, int x, int y)
instead of
     XCBImageGetPixel (XCBImage *image, int x, int y)

Or is there a specific reason for this?

Orhun Birsoy



More information about the Xcb mailing list