examples/dtwsm: remove register keyword
This commit is contained in:
@@ -275,8 +275,8 @@ Widget top;
|
||||
{
|
||||
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;
|
||||
@@ -350,7 +350,7 @@ Widget top;
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user