screen.h 284 B

1234567891011121314
  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*);
  10. #define ishwimage(i) 0