repo.or.cz
/
fbvnc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
draw the output to the framebuffer
[fbvnc.git]
/
vt52vnc.h
blob
7d560dca719e8fe39919aeb6958bd72ffa9daf8d
1
#ifndef _VT52VNC_H
2
#define _VT52VNC_H
3
4
#include
"rfbproto.h"
5
6
#define DEF_PORT 5900
7
8
/* vncproto.c */
9
int
vncproto_init
(
char
*
addr
,
int
port
);
10
int
request_vnc_refresh
(
int
fd
);
11
int
parse_vnc_in
(
int
fd
);
12
int
parse_kbd_in
(
int
kbdfd
,
int
fd
);
13
int
drawdelta
(
void
);
/* 0 = all_ok */
14
15
#endif