]> git.lizzy.rs Git - plan9front.git/blob - sys/include/cursor.h
pool: declare pooldump in pool.h. the manual says it is public.
[plan9front.git] / sys / include / cursor.h
1 #pragma src "/sys/src/libdraw"
2
3 struct  Cursor
4 {
5         Point   offset;
6         uchar   clr[2*16];
7         uchar   set[2*16];
8 };