|
CTWM
|
#include "ctwm.h"#include <stdio.h>#include <X11/cursorfont.h>#include "screen.h"#include "cursor.h"#include "image_bitmap.h"Go to the source code of this file.
Data Structures | |
| struct | _CursorName |
Functions | |
| void | NewFontCursor (Cursor *cp, const char *str) |
| int | NewBitmapCursor (Cursor *cp, char *source, char *mask) |
| Cursor | MakeStringCursor (char *string) |
Variables | |
| static struct _CursorName | cursor_names [] |
| 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().
|
static |
Referenced by NewFontCursor().