/*  GadTools layout toolkit
**
**  Copyright © 1993-1995 by Olaf `Olsen' Barthel
**  Freely distributable.
*/

#include "gtlayout_global.h"

ULONG			 ghostingPat = 0x44441111;
ULONG			 checkPat = 0xAAAA5555;

struct ExecBase		*SysBase;
struct Library		*IntuitionBase;
struct GfxBase		*GfxBase;
struct Library		*UtilityBase;
struct Library		*GadToolsBase;
struct Library		*KeymapBase;
struct LocaleBase	*LocaleBase;
struct Locale		*LTP_Locale;
struct SignalSemaphore	 LTP_LockSemaphore;
struct MinList		 LTP_LockList;
struct IClass		*LTP_ImageClass,
			*LTP_LevelClass,
			*LTP_PopupClass,
			*LTP_TabClass;
struct MinList		 LTP_EmptyList;

#ifdef DO_PICKSHORTCUTS
UBYTE			 LTP_Keys[2][256];
struct SignalSemaphore	 LTP_KeySemaphore;
BOOLEAN			 LTP_KeysInitialized;
#endif

BOOLEAN			 V39,
			 V40;
