mirror of
https://github.com/sheumann/VNCviewGS.git
synced 2024-11-22 02:30:47 +00:00
18 lines
410 B
C
18 lines
410 B
C
extern unsigned int fbHeight;
|
|
extern unsigned int fbWidth;
|
|
|
|
extern GrafPortPtr vncWindow;
|
|
|
|
void InitVNCWindow (void);
|
|
|
|
void SendFBUpdateRequest (BOOLEAN /*incremental*/, unsigned int /*x*/,
|
|
unsigned int /*y*/, unsigned int /*width*/, unsigned int /*height*/);
|
|
|
|
void ConnectedEventLoop (void);
|
|
|
|
void DoSendClipboard (void);
|
|
void DoPointerEvent (void);
|
|
|
|
void ProcessKeyEvent (void);
|
|
void SendModifiers (void);
|