From 45e3694d529b052f4122262c9bdff5476219b2b4 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 23 Jan 2012 08:33:10 +0100 Subject: git update libX11 mesa libxcb xkeyboard-config 23 jan 2012 --- libX11/specs/XKB/ch02.xml | 104 ++++++++++++++++++++++++---------------------- 1 file changed, 55 insertions(+), 49 deletions(-) (limited to 'libX11/specs/XKB/ch02.xml') diff --git a/libX11/specs/XKB/ch02.xml b/libX11/specs/XKB/ch02.xml index 57286a475..b626a4322 100644 --- a/libX11/specs/XKB/ch02.xml +++ b/libX11/specs/XKB/ch02.xml @@ -93,10 +93,11 @@ To determine the compatibility of a library at runtime, call XkbLibraryVersion. - - + + + - + Bool XkbLibraryVersion @@ -107,14 +108,14 @@ lib_minor_in_out ) - + int * lib_major_in_out; /* specifies and returns the major Xkb library version. */ - + int * lib_minor_in_out; @@ -201,10 +202,11 @@ and initializes the extension when it is present. - - + + + - + Bool XkbQueryExtension @@ -213,42 +215,42 @@ dpy, opcode_rtrn, event_rtrn, error_rtrn, major_in_out, minor_in_out ) - + Display * dpy; /* connection to the X server */ - + int * opcode_rtrn ; /* backfilled with the major extension opcode */ - + int * event_rtrn ; /* backfilled with the extension base event code */ - + int * error_rtrn ; /* backfilled with the extension base error code */ - + int * major_in_out ; /* compile time lib major version in, server major version out */ - + int * minor_in_out; @@ -303,10 +305,11 @@ server, and initialize the extension for use. - - + + + - + Display * XkbOpenDisplay @@ -315,7 +318,7 @@ display_name, event_rtrn, error_rtrn, major_in_out, minor_in_out, reason_rtrn) - + char * display_name @@ -323,35 +326,35 @@ display_name communications domain to be used */ - + int * event_rtrn ; /* backfilled with the extension base event code */ - + int * error_rtrn ; /* backfilled with the extension base error code */ - + int * major_in_out ; /* compile time lib major version in, server major version out */ - + int * minor_in_out ; /* compile time lib minor version in, server minor version out */ - + int * reason_rtrn @@ -491,10 +494,11 @@ disable use of the extension once a connection is established. - - + + + - + Bool XkbIgnoreExtension @@ -503,7 +507,7 @@ ignore ) - + Bool ignore @@ -557,11 +561,12 @@ requests in Xlib and the server. Table 2.1 lists the protocol errors that can be generated, and their causes. - +
Xkb Protocol Errors - - - + + + + Error @@ -569,7 +574,7 @@ Table 2.1 lists the protocol errors that can be generated, and their causes. - + BadAccess @@ -577,7 +582,7 @@ The Xkb extension has not been properly initialized - + BadKeyboard @@ -585,7 +590,7 @@ The device specified was not a valid core or input extension device - + BadImplementation @@ -593,7 +598,7 @@ Invalid reply from server - + BadAlloc @@ -601,7 +606,7 @@ Unable to allocate storage - + BadMatch @@ -610,7 +615,7 @@ correct type and range, but is otherwise invalid - + BadValue @@ -618,7 +623,7 @@ An argument is out of range - + BadAtom @@ -627,7 +632,7 @@ None - + BadDevice @@ -660,15 +665,16 @@ significant byte will contain the device, class, or feedback ID as indicated in the table. -
+
BadKeyboard Protocol Error resource_id Values - - - - - + + + + + + - + high-order byte value meaning @@ -676,7 +682,7 @@ the table. - + XkbErr_BadDevice 0xff @@ -686,7 +692,7 @@ device not found device ID - + XkbErr_BadClass 0xfe @@ -696,7 +702,7 @@ device found, but it is of the wrong class class ID - + XkbErr_BadId 0xfd -- cgit v1.2.3