Crossfire Client, Branch  R11627
Data Structures | Defines | Typedefs | Variables
image.h File Reference

Pixmap data. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  PixmapInfo

Defines

#define DEFAULT_IMAGE_SIZE   32
#define MAXPIXMAPNUM   10000

Typedefs

typedef struct PixmapInfo PixmapInfo

Variables

PixmapInfopixmaps [MAXPIXMAPNUM]

Detailed Description

Pixmap data.

This is abstracted in the sense that the code here does not care what the data points to (hence the void). The module using this data should know whether it is these point to png data or image data of whatever form. The module is not required to use all these fields - as png data includes transparancy, it will generally not use the mask fields and instead just put its data into the appropriate image fields.

As images can now be of variable size (and potentially re-sized), the size information is stored here.

Definition in file image.h.


Define Documentation

#define DEFAULT_IMAGE_SIZE   32

Definition at line 40 of file image.h.

#define MAXPIXMAPNUM   10000

Definition at line 41 of file image.h.


Typedef Documentation

typedef struct PixmapInfo PixmapInfo

Variable Documentation

Definition at line 118 of file gx11.c.