CTWM
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/cursor.h
Go to the documentation of this file.
1
/*
2
* Cursor include file
3
*
4
*
5
* Copyright 1992 Claude Lecommandeur.
6
*
7
* 26-Feb-97 Richard Levitte Initial Version.
8
*/
9
10
#ifndef _CTWM_CURSOR_H
11
#define _CTWM_CURSOR_H
12
13
void
NewFontCursor
(
Cursor
*cp,
const
char
*
str
);
14
int
NewBitmapCursor
(
Cursor
*cp,
char
*
source
,
char
*mask);
15
Cursor
MakeStringCursor
(
char
*
string
);
16
#endif
/* _CTWM_CURSOR_H */
17
PlaceX
static int PlaceX
Definition
add_window.c:82
NewBitmapCursor
int NewBitmapCursor(Cursor *cp, char *source, char *mask)
Definition
cursor.c:141
MakeStringCursor
Cursor MakeStringCursor(char *string)
Definition
cursor.c:184
NewFontCursor
void NewFontCursor(Cursor *cp, const char *str)
Definition
cursor.c:117
Generated by
1.10.0