Sign in
plan9port
/
plan9
/
76193d7cb0457807b2f0b95f909ab5de19480cd7
/
.
/
src
/
libdraw
/
cursor.h
blob: 105cd0eff35c958b0902dcb709204b40d9e85bc8 [
file
] [
log
] [
blame
]
typedef
struct
Cursor
Cursor
;
struct
Cursor
{
Point
offset
;
uchar clr
[
2
*
16
];
uchar
set
[
2
*
16
];
};