DataMuseum.dk

Presents historical artifacts from the history of:

Commodore CBM-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Commodore CBM-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦147793aae⟧ TextFile

    Length: 225 (0xe1)
    Types: TextFile
    Notes: UNIX file
    Names: »globals.c«

Derivation

└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code
    └─⟦2d53db1df⟧ UNIX V7 Filesystem
        └─ ⟦this⟧ »hr/src/smgr/globals.c« 

TextFile

#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];