Sign in
plan9port
/
plan9
/
0798d6b7417c2c0fbdff759fab6a91c1030044f4
/
.
/
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