[comp.windows.x] Getimage question

jason@tfs.COM (Jason Venner) (01/22/91)

If I do a getimage on a rectangle, what padding is done on the returned
scanlines?

In XPutImage, there is an argument to specify the scanline pad.

My initial work with GetImage suggests that there is no scanline padding
done, which is rather awkward, and makes it difficult to do a
GetImage Putimage pair (ie: if I have different displays or screens that
I am moving images between).

Thanx -- Jason