screen.h 260 B

123456789101112
  1. typedef struct Cursorinfo Cursorinfo;
  2. typedef struct Cursor Cursor;
  3. extern ulong blanktime;
  4. struct Cursorinfo {
  5. Lock;
  6. };
  7. extern void blankscreen(int);
  8. extern void flushmemscreen(Rectangle);
  9. extern uchar* attachscreen(Rectangle*, ulong*, int*, int*, int*);