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) |
Definition at line 30 of file image_xwd.c.
References get_image_anim_cp(), LoadXwdImage(), and PlaceX.
Referenced by GetImage().
Definition at line 46 of file image_xwd.c.
References AllocImage(), AlternateCmap, AnimationActive, ColorPair::back, compress(), dpy, ExpandPixmapPath(), ColorPair::fore, len, PlaceX, reportfilenotfound, Scr, StopAnimation(), swaplong(), swapshort(), x, and y.
Referenced by GetXwdImage().