Source position: gdkprivate.pp line 62
type TGdkImagePrivate = record |
image: TGdkImage; |
ximage: PXImage; |
xdisplay: PDisplay; |
x_shm_info: gpointer; |
image_put: procedure( |
window: PGdkDrawable; |
gc: PGdkGC; |
image: PGdkImage; |
xsrc: gint; |
ysrc: gint; |
xdest: gint; |
ydest: gint; |
width: gint; |
height: gint |
); |
end; |