Init
This commit is contained in:
16
sys/sunwindowdev/windevconf.c
Normal file
16
sys/sunwindowdev/windevconf.c
Normal 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;
|
||||
Reference in New Issue
Block a user