|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T e
Length: 576 (0x240) Types: TextFile Names: »extern.h«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦526ad3590⟧ »EUUGD11/gnu-31mar87/X.V10.R4.tar.Z« └─⟦2109abc41⟧ └─⟦this⟧ »./X.V10R4/xnwm/extern.h«
/* $Header: extern.h,v 10.2 86/02/01 16:01:53 tony Rel $ */ extern int errno; extern Cursor iconCursor, wmCursor, textCursor; extern int mask; extern int frameWidth; extern Font iconfont, sizefont, menufont; extern int screen_width, screen_height; extern Pixmap gray; extern Window focus; extern WindowInfo focusInfo; extern Status status; extern int freeze; extern int popup; extern int bgColor, fgColor; extern Pixmap bgPixmap, fgPixmap; extern int cursorFunc; extern int iconifyDelta; Cursor XCreateCursor(); Bitmap XStoreBitmap(); Pixmap XMakePixmap(); Font XGetFont();