diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-06 13:24:24 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-06 13:24:24 +0000 |
commit | f324a3d14c3cfbd624be107a18e3fd41ffb705f6 (patch) | |
tree | 67b36aa9267137b1b8ec7f6cf5b089184a0c016d | |
parent | e287f7e43a1dfbbea4de73e438f94cdbed95c6cf (diff) |
merge XFree86 4.3.99.901 (RC1) from vendor branchXORG-RELEASE-1-BASEXEVIE-MERGEXEVIE-BASEXINERAMA_2XEVIE
-rw-r--r-- | man/XF86Misc.man | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/man/XF86Misc.man b/man/XF86Misc.man index f9f9891..e010db2 100644 --- a/man/XF86Misc.man +++ b/man/XF86Misc.man @@ -1,10 +1,11 @@ +.\" $XdotOrg: XF86Misc.man /main/7 1997/07/19 10:30:32 kaleb $ .\" $TOG: XF86Misc.man /main/7 1997/07/19 10:30:32 kaleb $ .\" .\" .\" .\" Copyright (c) 1996 Joe Moss, The XFree86 Project .\" -.\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/man/XF86Misc.man,v 3.12 2002/12/22 00:46:54 dawes Exp $ +.\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/man/XF86Misc.man,v 3.13 2003/11/23 05:40:36 dawes Exp $ .de ZN .ie t \fB\^\\$1\^\fR\\$2 .el \fI\^\\$1\^\fP\\$2 @@ -93,24 +94,24 @@ Specifies a structure which contains the keyboard parameters. .ta 3i \fIMouse:\fP typedef struct { - char *device; /* returned path to device */ - int type; /* mouse protocol */ - int baudrate; /* 1200, 2400, 4800, or 9600 */ - int samplerate; /* samples per second */ - int resolution; /* resolution, count per inch */ - int buttons; /* number of buttons */ - Bool emulate3buttons; /* Button1+Button3 -> Button2 ? */ - int emulate3timeout; /* in milliseconds */ - Bool chordmiddle; /* Button1+Button3 == Button2 ? */ - int flags; /* Device open flags */ + char *device; /\(** returned path to device */ + int type; /\(** mouse protocol */ + int baudrate; /\(** 1200, 2400, 4800, or 9600 */ + int samplerate; /\(** samples per second */ + int resolution; /\(** resolution, count per inch */ + int buttons; /\(** number of buttons */ + Bool emulate3buttons; /\(** Button1+Button3 -> Button2 ? */ + int emulate3timeout; /\(** in milliseconds */ + Bool chordmiddle; /\(** Button1+Button3 == Button2 ? */ + int flags; /\(** Device open flags */ } XF86MiscMouseSettings; .LP \fIKeyboard:\fP typedef struct { - int type; /* of keyboard: 84-key, 101-key, Xqueue */ - int rate; /* repeat rate */ - int delay; /* delay until repeat starts */ - Bool servnumlock; /* Server handles NumLock ? */ + int type; /\(** of keyboard: 84-key, 101-key, Xqueue */ + int rate; /\(** repeat rate */ + int delay; /\(** delay until repeat starts */ + Bool servnumlock; /\(** Server handles NumLock ? */ } XF86MiscKbdSettings; .fi .SH DESCRIPTION |