|
|
1.1 root 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"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.