summaryrefslogtreecommitdiff
path: root/xload.c
diff options
context:
space:
mode:
Diffstat (limited to 'xload.c')
-rw-r--r--xload.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/xload.c b/xload.c
index b7dea0c..e423e65 100644
--- a/xload.c
+++ b/xload.c
@@ -52,21 +52,12 @@ from the X Consortium.
#include "xload.bit"
-char *ProgramName;
+static char *ProgramName;
static void quit(Widget w, XEvent *event, String *params, Cardinal *num_params);
static void ClearLights(Display *dpy);
static void SetLights(XtPointer data, XtIntervalId *timer);
-/*
- * Definition of the Application resources structure.
- */
-
-typedef struct _XLoadResources {
- Boolean show_label;
- Boolean use_lights;
- String remote;
-} XLoadResources;
/*
* Command line options table. Only resources are entered here...there is a