CTWM
Loading...
Searching...
No Matches
Functions
/usr/src/RPM/BUILD/ctwm-4.1.0/cursor.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void NewFontCursor (Cursor *cp, const char *str)
 
int NewBitmapCursor (Cursor *cp, char *source, char *mask)
 
Cursor MakeStringCursor (char *string)
 

Function Documentation

◆ MakeStringCursor()

Cursor MakeStringCursor ( char * string)

Definition at line 184 of file cursor.c.

References dpy, PlaceX, and Scr.

Referenced by f_hypermove_impl().

◆ NewBitmapCursor()

int NewBitmapCursor ( Cursor * cp,
char * source,
char * mask )

Definition at line 141 of file cursor.c.

References dpy, GetBitmap(), HotX, HotY, JunkBW, JunkDepth, JunkRoot, PlaceX, ProgramName, and Scr.

◆ NewFontCursor()

void NewFontCursor ( Cursor * cp,
const char * str )