|
CTWM
|
#include "ctwm.h"#include <stdio.h>#include <stdlib.h>#include <X11/XWDFile.h>#include "screen.h"#include "animate.h"#include "image.h"#include "image_xwd.h"Go to the source code of this file.
Functions | |
| static Image * | LoadXwdImage (const char *filename, ColorPair cp) |
| static void | compress (XImage *image, XColor *colors, int *ncolors) |
| static void | swapshort (char *bp, unsigned n) |
| static void | swaplong (char *bp, unsigned n) |
| Image * | GetXwdImage (const char *name, ColorPair cp) |
|
static |
Definition at line 30 of file image_xwd.c.
References get_image_anim_cp(), and LoadXwdImage().
Referenced by GetImage().
Definition at line 46 of file image_xwd.c.
References AllocImage(), AlternateCmap, AnimationActive, ColorPair::back, compress(), dpy, ExpandPixmapPath(), ColorPair::fore, Image::height, len, Image::mask, Image::next, Image::pixmap, reportfilenotfound, Scr, StopAnimation(), swaplong(), swapshort(), Image::width, x, and y.
Referenced by GetXwdImage().
|
static |
Definition at line 304 of file image_xwd.c.
Referenced by LoadXwdImage().
|
static |
Definition at line 289 of file image_xwd.c.
Referenced by LoadXwdImage().