Source position: imlib.pp line 156
type TImlibInitParams = record |
flags: LongInt; |
visualid: LongInt; |
palettefile: Pchar; |
sharedmem: char; |
sharedpixmaps: char; |
paletteoverride: char; |
remap: char; |
fastrender: char; |
hiquality: char; |
dither: char; |
imagecachesize: LongInt; |
pixmapcachesize: LongInt; |
cmap: TColormap; |
end; |