Atom wmatom[WMLast], netatom[NetLast];
Bool running = True;
Bool issel = True;
-Bool maximized = False;
Client *clients = NULL;
Client *sel = NULL;
Client *stack = NULL;
static Bool otherwm, readin;
static void
-cleanup() {
+cleanup(void) {
close(STDIN_FILENO);
while(sel) {
resize(sel, True, TopLeft);
}
static void
-scan() {
+scan(void) {
unsigned int i, num;
Window *wins, d1, d2;
XWindowAttributes wa;
}
static void
-setup() {
+setup(void) {
int i, j;
unsigned int mask;
Window w;