|
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 [] |
Definition at line 117 of file cursor.c.
References _CursorName::cursor, cursor_names, dpy, PlaceX, and ProgramName.
Referenced by CreateWorkSpaceManager(), ctwm_main(), InitVirtualScreens(), and MaskScreen().
|
static |
Referenced by NewFontCursor().