|
CTWM
|
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) |
| Cursor MakeStringCursor | ( | char * | string | ) |
Definition at line 184 of file cursor.c.
References MyFont::ascent, _CursorName::cursor, dpy, MyFont::font_set, and Scr.
Referenced by f_hypermove_impl().
| int NewBitmapCursor | ( | Cursor * | cp, |
| char * | source, | ||
| char * | mask ) |
| void NewFontCursor | ( | Cursor * | cp, |
| const char * | str ) |
Definition at line 117 of file cursor.c.
References _CursorName::cursor, cursor_names, dpy, _CursorName::name, ProgramName, and _CursorName::shape.
Referenced by CreateWorkSpaceManager(), ctwm_main(), InitVirtualScreens(), and MaskScreen().