cobox-wm v0.0.2 (2015-05-28T11:26:58Z)
Dub
Repo
Cur
gui
cursor
Wraps a X cursor.
struct
Cur {
Cursor
cursor
;
Display
*
dpy
;
this
(Display* dpy, CursorFont shape);
static
void
free
(Cur* c);
}
Constructors
this
this
(Display* dpy, CursorFont shape)
Ctor constructing a Cursor with a given display object.
Members
Static functions
free
void
free
(Cur* c)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
cursor
Cursor
cursor
;
Undocumented in source.
dpy
Display
*
dpy
;
Undocumented in source.
Meta
Source
See Implementation
gui
cursor
enums
CurNormal
CursorFont
static variables
cursor
structs
Cur
Wraps a X cursor.