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

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

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

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

Rectangle mouserect;
int	mouseresized;