2021-10-11 18:37:13 -03:00

17 lines
317 B
C

#ifndef lint
static char sccsid[] = "@(#)windevconf.c 1.1 94/10/31 SMI";
#endif
#include "win.h"
#include "dtop.h"
#include <sunwindowdev/wintree.h>
Desktop desktops[NDTOP];
int ndesktops = NDTOP;
Workstation workstations[NDTOP];
int nworkstations = NDTOP;
struct window *winbufs[NWIN];
int win_nwindows = NWIN;