|
CTWM
|
#include "ctwm.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <X11/xpm.h>#include "screen.h"#include "image.h"#include "image_xpm.h"Go to the source code of this file.
Functions | |
| static Image * | LoadXpmImage (const char *name, ColorPair cp) |
| static void | xpmErrorMessage (int status, const char *name, const char *fullname) |
| Image * | GetXpmImage (const char *name, ColorPair cp) |
Variables | |
| static int | reportxpmerror = 1 |
Definition at line 28 of file image_xpm.c.
References get_image_anim_cp(), and LoadXpmImage().
Referenced by GetImage().
Definition at line 45 of file image_xpm.c.
References AllocImage(), AlternateCmap, ColorPair::back, dpy, ExpandPixmapPath(), ColorPair::fore, Image::height, Image::mask, Image::pixmap, Scr, ColorPair::shadc, ColorPair::shadd, Image::width, and xpmErrorMessage().
Referenced by GetXpmImage().
|
static |
Definition at line 106 of file image_xpm.c.
References reportfilenotfound, and reportxpmerror.
Referenced by LoadXpmImage().
|
static |
Definition at line 21 of file image_xpm.c.
Referenced by xpmErrorMessage().