summaryrefslogtreecommitdiff
path: root/decode_shm.c
diff options
context:
space:
mode:
Diffstat (limited to 'decode_shm.c')
-rw-r--r--decode_shm.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/decode_shm.c b/decode_shm.c
index 4c2876e..938c770 100644
--- a/decode_shm.c
+++ b/decode_shm.c
@@ -29,8 +29,7 @@
#include "scope.h"
#include "x11.h"
#include "shmscope.h"
-
-unsigned char LookForMITSHMFlag;
+#include "extensions.h"
unsigned char MITSHMRequest, MITSHMError, MITSHMEvent;
@@ -97,7 +96,6 @@ InitializeMITSHM (
MITSHMRequest = (unsigned char)(buf[9]);
MITSHMEvent = (unsigned char)(buf[10]);
MITSHMError = (unsigned char)(buf[11]);
- LookForMITSHMFlag = 0;
DefineEValue (&TD[REQUEST], (unsigned long) MITSHMRequest, "MitshmRequest");
DefineEValue (&TD[REPLY], (unsigned long) MITSHMRequest, "MitshmReply");