Sign in
plan9port
/
plan9
/
c42a1d3d6168df56f966ea1f3ba3ef39ebbff4e4
/
.
/
include
/
cursor.h
blob: d53baf81d840fdda6054baeb569183dfb8ba5113 [
file
] [
log
] [
blame
]
#ifndef
_CURSOR_H_
#define
_CURSOR_H_
1
#if defined(__cplusplus)
extern
"C"
{
#endif
typedef
struct
Cursor
Cursor
;
struct
Cursor
{
Point
offset
;
uchar clr
[
2
*
16
];
uchar
set
[
2
*
16
];
};
#if defined(__cplusplus)
}
#endif
#endif