diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:39 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:39 +0000 |
commit | 7688732e6c2c04ec313cb06263800916094bd21e (patch) | |
tree | 0c84e18051abcb723cecf5eaeb1690f16764969c | |
parent | cedde79d5964fa3574d1b9977aa58461e00d2381 (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branchXORG-RELEASE-1-BASEXEVIE-MERGEXEVIE-BASEXINERAMA_2XEVIE
-rw-r--r-- | src/XRecord.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/XRecord.c b/src/XRecord.c index 138ff61..a003c78 100644 --- a/src/XRecord.c +++ b/src/XRecord.c @@ -50,7 +50,7 @@ from The Open Group. /* * By Stephen Gildea, X Consortium, and Martha Zimet, NCD. */ -/* $XFree86: xc/lib/Xtst/XRecord.c,v 1.6 2002/10/16 00:37:33 dawes Exp $ */ +/* $XFree86: xc/lib/Xtst/XRecord.c,v 1.7 2003/09/13 21:33:00 dawes Exp $ */ #include <stdio.h> #include <assert.h> @@ -62,8 +62,6 @@ from The Open Group. #include <X11/extensions/extutil.h> #include <X11/extensions/recordstr.h> -extern unsigned long _XSetLastRequestRead(); - static XExtensionInfo _xrecord_info_data; static XExtensionInfo *xrecord_info = &_xrecord_info_data; static /* const */ char *xrecord_extension_name = RECORD_NAME; |