|
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(), GetXpmImage(), and LoadXpmImage().
Referenced by GetImage(), and GetXpmImage().
Definition at line 45 of file image_xpm.c.
References AllocImage(), AlternateCmap, ColorPair::back, dpy, ExpandPixmapPath(), ColorPair::fore, Image::height, LoadXpmImage(), Image::mask, Image::pixmap, Scr, ColorPair::shadc, ColorPair::shadd, Image::width, and xpmErrorMessage().
Referenced by GetXpmImage(), and LoadXpmImage().
|
static |
Definition at line 106 of file image_xpm.c.
References reportfilenotfound, reportxpmerror, and xpmErrorMessage().
Referenced by LoadXpmImage(), and xpmErrorMessage().
|
static |
Definition at line 21 of file image_xpm.c.
Referenced by xpmErrorMessage().