1: /* $Header: wm.h,v 10.3 86/02/01 16:02:05 tony Rel $ */
   2: #include <errno.h>
   3: #include <X/Xlib.h>
   4: #include <stdio.h>
   5: #include <sys/types.h>
   6: 
   7: #define TRUE 1
   8: #define FALSE 0
   9: 
  10: typedef XKeyOrButtonEvent BEvent;
  11: 
  12: #define MatchUp(e,w) ((e).type == ButtonReleased && (e).detail == (w))
  13: #define MatchDown(e,w) ((e).type == ButtonPressed && (e).detail == (w))
  14: 
  15: #include "extern.h"

Defined typedef's

BEvent defined in line 10; used 14 times

Defined macros

FALSE defined in line 8; used 33 times
MatchDown defined in line 13; used 1 times
MatchUp defined in line 12; used 9 times
TRUE defined in line 7; used 31 times

Usage of this include

Last modified: 1986-02-01
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 874
Valid CSS Valid XHTML 1.0 Strict