summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@redhat.com>2008-08-15 14:21:24 +0930
committerPeter Hutterer <peter.hutterer@redhat.com>2008-08-15 14:24:18 +0930
commitc2d47b04c55cf72aef6c13a9e2cc4b41abfca673 (patch)
treec2391322a149972642794a613c93e8276cf097c7
parent7c9620d8232e5c05115746055a832363a528ac2d (diff)
Remove RCS tags, typo fix.
-rw-r--r--XIproto.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/XIproto.h b/XIproto.h
index 38f79f2..9ab7d5d 100644
--- a/XIproto.h
+++ b/XIproto.h
@@ -1,5 +1,3 @@
-/* $Xorg: XIproto.h,v 1.5 2001/02/09 02:03:24 xorgcvs Exp $ */
-
/************************************************************
Copyright 1989, 1998 The Open Group
@@ -45,7 +43,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
********************************************************/
-/* $XFree86: xc/include/extensions/XIproto.h,v 1.4 2001/01/17 17:53:17 dawes Exp $ */
#ifndef _XIPROTO_H
#define _XIPROTO_H
@@ -1568,7 +1565,7 @@ typedef struct {
typedef struct {
CARD8 reqType; /* input extension major opcode */
- CARD8 ReqType; /* always X_ChangeDeviceProperty */
+ CARD8 ReqType; /* always X_GetDeviceProperty */
CARD16 length B16;
Atom property B32;
Atom type B32;