|
CTWM
|
#include <stdio.h>#include <stdlib.h>#include <string.h>Go to the source code of this file.
Functions | |
| Image * | GetBitmapImage (const char *name, ColorPair cp) |
| Pixmap | GetBitmap (const char *name) |
Variables | |
| int | HotX |
| int | HotY |
| Pixmap GetBitmap | ( | const char * | name | ) |
Definition at line 39 of file image_bitmap.c.
References FindBitmap(), JunkHeight, and JunkWidth.
Referenced by NewBitmapCursor().
Definition at line 49 of file image_bitmap.c.
References get_image_anim_cp(), and LoadBitmapImage().
Referenced by GetImage().
|
extern |
Definition at line 25 of file image_bitmap.c.
Referenced by FindBitmap(), and NewBitmapCursor().
| int HotY |
Definition at line 15 of file image_bitmap.h.