mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
7 lines
100 B
C
7 lines
100 B
C
typedef struct Cursor Cursor;
|
|
struct Cursor
|
|
{
|
|
Point offset;
|
|
uchar clr[2*16];
|
|
uchar set[2*16];
|
|
};
|