VNCviewGS/vncview.h

28 lines
870 B
C
Raw Permalink Normal View History

2015-09-23 23:46:47 +00:00
/********************************************************************
* vncview.h - functions not directly related to VNC session
********************************************************************/
#include <types.h>
extern GrafPortPtr newConnWindow;
extern int menuOffset;
/* Connection options */
extern int hRez;
extern BOOLEAN requestSharedSession;
extern BOOLEAN allowClipboardTransfers;
extern BOOLEAN emulate3ButtonMouse;
extern BOOLEAN viewOnlyMode;
2015-09-23 23:56:37 +00:00
extern BOOLEAN useHextile;
extern BOOLEAN tuneMarinetti;
2015-09-23 23:46:47 +00:00
extern char vncServer[257];
extern char vncPassword[10];
extern EventRecord myEvent; /* Event Record for TaskMaster */
extern BOOLEAN vncConnected; /* Is the GS desktop active */
extern BOOLEAN colorTablesComplete; /* Are the color tables complete */
2015-09-23 23:46:47 +00:00
extern void DoClose (GrafPortPtr wPtr);
extern void InitMenus (int);