aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/cocoa-screen.h
blob: 3c4c94c5cce8b5f9ac16cd09c12af36d6282715d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#define setcursor dsetcursor

Memimage *attachscreen(char*, char*);
void	setmouse(Point);
void	setcursor(Cursor*);
void	setlabel(char*);
char*	getsnarf(void);
void	putsnarf(char*);
void	topwin(void);

void	mousetrack(int, int, int, uint);
void	keystroke(int);
void	kicklabel(char*);

void	servep9p(void);
void	zlock(void);
void	zunlock(void);

Rectangle mouserect;
int	mouseresized;