304.1.2
by Matthew Fuller
Run 'make indent' to reindent the world. |
1 |
/*
|
17
by Claude Lecommandeur
CTWM version 3.5 |
2 |
* Cursor include file
|
3 |
*
|
|
554.1.6
by Matthew Fuller
Collapse away redundant license texts in most .h files. These are all |
4 |
*
|
5 |
* Copyright 1992 Claude Lecommandeur.
|
|
6 |
*
|
|
17
by Claude Lecommandeur
CTWM version 3.5 |
7 |
* 26-Feb-97 Richard Levitte Initial Version.
|
554.1.6
by Matthew Fuller
Collapse away redundant license texts in most .h files. These are all |
8 |
*/
|
17
by Claude Lecommandeur
CTWM version 3.5 |
9 |
|
484
by Matthew Fuller
Consistently rename all the include guards so they match the filename, |
10 |
#ifndef _CTWM_CURSOR_H
|
11 |
#define _CTWM_CURSOR_H
|
|
17
by Claude Lecommandeur
CTWM version 3.5 |
12 |
|
492.2.28
by Matthew Fuller
extern is implicit and the only linkage specifier that's meaningful |
13 |
void NewFontCursor(Cursor *cp, const char *str); |
14 |
int NewBitmapCursor(Cursor *cp, char *source, char *mask); |
|
15 |
Cursor MakeStringCursor(char *string); |
|
484
by Matthew Fuller
Consistently rename all the include guards so they match the filename, |
16 |
#endif /* _CTWM_CURSOR_H */ |
17
by Claude Lecommandeur
CTWM version 3.5 |
17 |