This commit is contained in:
seta75D
2021-10-11 18:20:23 -03:00
commit 2e8a93c394
13448 changed files with 2891753 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#ifndef lint
static char sccsid[] = "@(#)windevconf.c 1.1 92/07/30 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;