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;
|
2016-09-03 00:08:45 +00:00
|
|
|
extern BOOLEAN tuneMarinetti;
|
2015-09-23 23:46:47 +00:00
|
|
|
extern char vncServer[257];
|
|
|
|
extern char vncPassword[10];
|
|
|
|
|
2015-09-24 01:26:03 +00:00
|
|
|
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);
|