|
CTWM
|
#include "ctwm.h"#include <X11/Xmu/Drawing.h>#include "screen.h"#include "util.h"#include "image.h"#include "image_bitmap.h"#include "image_bitmap_builtin.h"Go to the source code of this file.
Functions | |
| static Image * | LoadBitmapImage (const char *name, ColorPair cp) |
| static Pixmap | FindBitmap (const char *name, unsigned int *widthp, unsigned int *heightp) |
| Pixmap | GetBitmap (const char *name) |
| Image * | GetBitmapImage (const char *name, ColorPair cp) |
Variables | |
| int | HotX |
| int | HotY |
|
static |
Definition at line 81 of file image_bitmap.c.
References dpy, ExpandFilename(), get_builtin_plain_pixmap(), HotX, HotY, ProgramName, reportfilenotfound, and Scr.
Referenced by GetBitmap(), and LoadBitmapImage().
| 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().
Definition at line 137 of file image_bitmap.c.
References AllocImage(), ColorPair::back, dpy, FindBitmap(), ColorPair::fore, Image::height, Image::pixmap, Scr, and Image::width.
Referenced by GetBitmapImage().
| int HotX |
Definition at line 25 of file image_bitmap.c.
Referenced by FindBitmap(), and NewBitmapCursor().
| int HotY |
Definition at line 25 of file image_bitmap.c.
Referenced by FindBitmap(), and NewBitmapCursor().