From 30392c1e635663e5b3eb5771d8ce4c852cada4b8 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 15 Oct 2001 16:33:22 +0000 Subject: Add SHM decoding --- shmscope.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'shmscope.h') diff --git a/shmscope.h b/shmscope.h index d898326..f2795da 100644 --- a/shmscope.h +++ b/shmscope.h @@ -1,6 +1,12 @@ #ifndef _MITSHMSCOPE_H_ #define _MITSHMSCOPE_H_ +#define MITSHMREQUEST 144 +#define MITSHMREPLY 145 +#define MITSHMEVENT 146 +#define MITSHMERROR 147 + + #define MITSHMREQUESTHEADER "MITSHMREQUEST" #define MITSHMREPLYHEADER "MITSHMREPLY" -- cgit v1.2.1