CTWM
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/image_bitmap.h
Go to the documentation of this file.
1/*
2 * Bitmap image handling function bits
3 */
4#ifndef _CTWM_IMAGE_BITMAP_H
5#define _CTWM_IMAGE_BITMAP_H
6
7#include <stdio.h>
8#include <stdlib.h>
9#include <string.h>
10
11Image *GetBitmapImage(const char *name, ColorPair cp);
12Pixmap GetBitmap(const char *name);
13
14/* Used for cursors */
15extern int HotX, HotY;
16
17#endif /* _CTWM_IMAGE_BITMAP_H */
static int PlaceX
Definition add_window.c:82
int HotX
Image * GetBitmapImage(const char *name, ColorPair cp)
Pixmap GetBitmap(const char *name)
int HotY
Definition image.h:9