Home
last modified time | relevance | path

Searched defs:Cursor (Results 1 – 10 of 10) sorted by relevance

/plan9/sys/include/
H A Dcursor.h3 struct Cursor struct
5 Point offset;
6 uchar clr[2*16];
7 uchar set[2*16];
H A Dmouse.h4 typedef struct Cursor Cursor; typedef
H A Devent.h4 typedef struct Cursor Cursor; typedef
/plan9/sys/src/cmd/unix/drawterm/include/
H A Dcursor.h1 struct Cursor struct
3 Point offset;
4 uchar clr[2*16];
5 uchar set[2*16];
/plan9/sys/src/cmd/vnc/
H A Dscreen.h1 typedef struct Cursor Cursor; typedef
H A Dwsys.c5 typedef struct Cursor Cursor; typedef
/plan9/sys/src/9/bcm/
H A Dscreen.h1 typedef struct Cursor Cursor; typedef
/plan9/sys/src/9/omap/
H A Dscreen.h1 typedef struct Cursor Cursor; typedef
/plan9/sys/src/9/pc/
H A Dscreen.h1 typedef struct Cursor Cursor; typedef
/plan9/sys/src/cmd/unix/drawterm/gui-x11/
H A Dx11.c15 typedef struct Cursor Cursor; typedef
21 #define Cursor XCursor macro