summaryrefslogtreecommitdiff
path: root/sys/src/9/bitsy/screen.h
blob: e85b84992dab2d42f1aa941016fa5a08df4db897 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
typedef struct Cursorinfo Cursorinfo;
typedef struct Cursor Cursor;

extern ulong blanktime;

struct Cursorinfo {
	Lock;
};

extern void	blankscreen(int);
extern void	flushmemscreen(Rectangle);
extern uchar*	attachscreen(Rectangle*, ulong*, int*, int*, int*);

#define ishwimage(i)	0