{
Window root;
Arg args[10]; /* arg list */
- register int n; /* arg count */
- register int i;
+ int n; /* arg count */
+ int i;
DtWsmWorkspaceInfo *pWsInfo;
char *pchWs;
Widget left = None;
static void ShowWorkspaceOccupancy ()
{
Arg args[10]; /* arg list */
- register int n; /* arg count */
+ int n; /* arg count */
int i,j;
Atom *paWsIn = NULL;
unsigned long numWsIn;
Widget top;
XtAppContext app_context;
Arg args[10];
- register int n;
- register int i;
+ int n;
+ int i;
XmString xms, xmsBlank;
/*
static void ShowCurrentWorkspaceInfo ()
{
Arg args[10]; /* arg list */
- register int n; /* arg count */
+ int n; /* arg count */
Atom aWs;
int rval;
Display *dpy;