Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
Image rendering hints
Enumerations
enum
{
BITMAP_KEEP
= 0x00000001,
BITMAP_OWNED
= 0x00000002,
BITMAP_SHMI
= 0x00000020,
BITMAP_SHMP
= 0x00000040
}
Enumeration Type Documentation
anonymous enum
Enumeration values:
BITMAP_KEEP
Keep pixel data in client.
BITMAP_OWNED
Pixel data is owned by image.
BITMAP_SHMI
Using shared memory image.
BITMAP_SHMP
Using shared memory pixmap.