1: /* $Header: extern.h,v 10.2 86/02/01 16:01:53 tony Rel $ */
   2: extern int errno;
   3: 
   4: extern Cursor iconCursor, wmCursor, textCursor;
   5: extern int mask;
   6: extern int frameWidth;
   7: extern Font iconfont, sizefont, menufont;
   8: extern int screen_width, screen_height;
   9: extern Pixmap gray;
  10: extern Window focus;
  11: extern WindowInfo focusInfo;
  12: extern Status status;
  13: extern int freeze;
  14: extern int popup;
  15: extern int bgColor, fgColor;
  16: extern Pixmap bgPixmap, fgPixmap;
  17: extern int cursorFunc;
  18: extern int iconifyDelta;
  19: 
  20: Cursor XCreateCursor();
  21: Bitmap XStoreBitmap();
  22: Pixmap XMakePixmap();
  23: Font XGetFont();

Usage of this include

extern.h used 1 times
Last modified: 1986-02-01
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 786
Valid CSS Valid XHTML 1.0 Strict