|
DataMuseum.dkPresents historical artifacts from the history of: Commodore CBM-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Commodore CBM-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 225 (0xe1) Types: TextFile Notes: UNIX file Names: »globals.c«
└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code └─⟦2d53db1df⟧ UNIX Filesystem └─⟦this⟧ »hr/src/smgr/globals.c«
#include <stdio.h> #include "smgr.h" BITMAP display; LAYER *DM_rearmost; LAYER *DM_frontmost; WSTRUCT *wtbl[MAX_WINDOWS]; WSTRUCT gk; MESSAGE msg; char gkmsg[sizeof(GRAPH)+4]; POINT SM_Mouse_Pos; UPDATE update[MAX_UPBUF];