Merge branch 'master' into autotools-conversion
This commit is contained in:
@@ -68,6 +68,13 @@
|
||||
#include "HelpCacheI.h"
|
||||
#include "HourGlassI.h"
|
||||
|
||||
/* Global Variables Used by our helpCache */
|
||||
|
||||
CacheListStruct *pCacheListHead;
|
||||
CacheListStruct *pCacheListTale;
|
||||
int totalCacheNodes;
|
||||
|
||||
|
||||
/* Internal Static Functions */
|
||||
static Widget BuildMenus(Widget parent);
|
||||
static void CreateMainWindow(Widget parent);
|
||||
|
||||
@@ -64,9 +64,9 @@
|
||||
|
||||
/* Global Variables Used by our helpCache */
|
||||
|
||||
CacheListStruct *pCacheListHead;
|
||||
CacheListStruct *pCacheListTale;
|
||||
int totalCacheNodes;
|
||||
extern CacheListStruct *pCacheListHead;
|
||||
extern CacheListStruct *pCacheListTale;
|
||||
extern int totalCacheNodes;
|
||||
|
||||
/* Globally referenced widget variables */
|
||||
extern Widget topLevel;
|
||||
|
||||
Reference in New Issue
Block a user