More formatting changes, new tags file.

This commit is contained in:
William Ferrell
2000-04-03 22:13:57 +00:00
parent 0d703c5864
commit 6a115b4446
64 changed files with 8950 additions and 8950 deletions
+8 -8
View File
@@ -5,14 +5,14 @@
#include "clients.h"
typedef struct screen {
char *id;
char *name;
int wid, hgt;
int priority;
int duration;
int heartbeat;
LL *widgets;
client *parent;
char *id;
char *name;
int wid, hgt;
int priority;
int duration;
int heartbeat;
LL *widgets;
client *parent;
} screen;
screen *screen_create ();