DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

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

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T w

⟦396c22317⟧ TextFile

    Length: 740 (0x2e4)
    Types: TextFile
    Names: »wand_head.h.orig«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/X/Xwanderer/wand_head.h.orig« 

TextFile

#include <stdio.h>
#include <strings.h>

#define ROWLEN 40
#define NOOFROWS 16

#define SCREENPATH "/mnt/cuddy/lib/wanderer"
#define HISCOREPATH "/mnt/cuddy/lib/hiscores"
#define LOCKPATH "/tmp/wanderer.lock"

#define MASTERPASSWORD "zaphod"

#define PASSWD (num * num * 4373 + num * 16927 + 39)

#ifndef XWANDER
#include <curses.h>
#define dobeep()	printf("\007")
#else
#define dobeep()	XBeep(dpy)
#include <X11/Xlib.h>	/* include the X headers */
#include <X11/Xatom.h>
#include <X11/Xutil.h>
#    ifdef getchar
#        undef getchar
#    endif
#    define getchar XGetCharFromServer
extern Display *dpy;
extern GC	globgc;
extern Window   win;
#define ICON_WIDE 64
#define ICON_HIGH 64
#define SMALL_WIDE 16
#define SMALL_HIGH 16
#endif