summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:49:11 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:49:11 +0000
commit0523058a841c745d0921ba0b9b8d5ad9285f4520 (patch)
tree972f358f71ac46bd5a2da05ad9f6e5ea1cc7e547
parent6e3e0d1a8d40d903d06149b97b024ae92eaac875 (diff)
merge latest (4.3.99.16) from XFree86 (vendor) branchXORG-RELEASE-1-BASEXEVIE-MERGEXEVIE-BASEXINERAMA_2XEVIE
-rw-r--r--pm.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/pm.c b/pm.c
index 180cd3a..f5cc3d1 100644
--- a/pm.c
+++ b/pm.c
@@ -29,7 +29,7 @@ authorization from The Open Group.
X Window System is a trademark of The Open Group.
*/
-/* $XFree86: xc/programs/xfwp/pm.c,v 1.8 2002/09/18 17:11:56 tsi Exp $ */
+/* $XFree86: xc/programs/xfwp/pm.c,v 1.9 2003/05/27 22:27:06 tsi Exp $ */
#include <stdio.h>
#include <stdlib.h>
@@ -109,11 +109,14 @@ void FWPprocessMessages(
* went through such contortions to set up earlier!
*/
program_data = (struct clientDataStruct *) client_data;
+
+#if 0 /* No-op */
/*
* initial check on expected message size
*/
CHECK_AT_LEAST_SIZE (iceConn, global_data.major_opcode, opcode,
length, SIZEOF (pmGetProxyAddrMsg), IceFatalToProtocol);
+#endif
IceReadCompleteMessage (iceConn, SIZEOF (pmGetProxyAddrMsg),
pmGetProxyAddrMsg, pMsg, pStart);