CTWM
Loading...
Searching...
No Matches
Data Structures | Functions | Variables
/usr/src/RPM/BUILD/ctwm-4.1.0/cursor.c File Reference
#include "ctwm.h"
#include <stdio.h>
#include <X11/cursorfont.h>
#include "screen.h"
#include "cursor.h"
#include "image_bitmap.h"
Include dependency graph for cursor.c:

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 []
 

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 )

Variable Documentation

◆ cursor_names

struct _CursorName cursor_names[]
static

Referenced by NewFontCursor().