mirror of
https://github.com/sheumann/VNCviewGS.git
synced 2024-11-22 02:30:47 +00:00
31ff375570
This contains partial code for displaying the cursor locally.
4 lines
120 B
C
4 lines
120 B
C
extern unsigned char * cursor; /* Cursor from server */
|
|
extern void DoPointerEvent (void);
|
|
extern void DoCursor (void);
|