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
11
Image
*
GetBitmapImage
(
const
char
*name,
ColorPair
cp);
12
Pixmap
GetBitmap
(
const
char
*name);
13
14
/* Used for cursors */
15
extern
int
HotX
,
HotY
;
16
17
#endif
/* _CTWM_IMAGE_BITMAP_H */
PlaceX
static int PlaceX
Definition
add_window.c:82
HotX
int HotX
Definition
image_bitmap.c:25
GetBitmapImage
Image * GetBitmapImage(const char *name, ColorPair cp)
Definition
image_bitmap.c:49
GetBitmap
Pixmap GetBitmap(const char *name)
Definition
image_bitmap.c:39
HotY
int HotY
Definition
image_bitmap.h:15
ColorPair
Definition
ctwm.h:140
Image
Definition
image.h:9
Generated by
1.10.0