#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include <X11/Xlib.h>
#include <X11/Intrinsic.h>
#include <X11/StringDefs.h>
* [-timeout <seconds>]
*
*************************************<->***********************************/
+int
main (int argc, char **argv)
{
Window wmwin; /* Window ID for wm */
int i; /* loop index */
char *default_string; /* default message */
XtAppContext appcontext;
- int n; /* for Arglist processing */
- Arg args[10];
- Widget topLevelWid;
char *def_str;
char **missing_clist;
int missing_count;
{
unsigned char *pch, *pch1, *pch2;
unsigned char *pchInEnd;
- int i, chlen;
+ int i, chlen = 0;
/* count the number of new line characters in the string */
Pixmap pixmap;
Pixmap maskPixmap;
XColor xcolors[2];
- int scr;
unsigned int cWidth;
unsigned int cHeight;
int useLargeCursors = 0;