From b33b8d8ae86876b50df96881b96074b3fe177cce Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 28 Jul 2014 21:19:00 +0200 Subject: plink fontconfig libX11 libXext xserver xkeyboard-config mesa git update 28 July 2014 xserver commit 4afedf545b673282f2e214c0e2c759c9be9b9a2a xkeyboard-config commit 9010f6c0745f472b670c22340b5bbd36e33ce37e libX11 commit 0885cad1e4a9ed57266582be320be55259c881bf libXext commit efdcbb7634501e1117d422636a0a75d7ea84b16b fontconfig commit a9e7b0494e04b3925d1bccc140ff2500cfff9618 mesa commit cc1e1da24a6c535617d9fb38858d48d8c2999e68 plink revision 10211 --- libX11/specs/XKB/ch22.xml | 323 +++++++++++++++++++++++++--------------------- 1 file changed, 173 insertions(+), 150 deletions(-) (limited to 'libX11/specs/XKB/ch22.xml') diff --git a/libX11/specs/XKB/ch22.xml b/libX11/specs/XKB/ch22.xml index 4dea73387..4a3981afa 100644 --- a/libX11/specs/XKB/ch22.xml +++ b/libX11/specs/XKB/ch22.xml @@ -1,3 +1,6 @@ + + Debugging Aids @@ -15,153 +18,175 @@ Both bitmasks are initially all zeros. -To change the values of any of the debug controls, use -XkbSetDebuggingFlags -. +To change the values of any of the debug controls, use +XkbSetDebuggingFlags. - - - - - - - -Bool -XkbSetDebuggingFlags -( -display, mask, flags, msg, ctrls_mask, ctrls, ret_flags, ret_ctrls -) - - - - -Display * - display -; /* connection to X server */ - - - - -unsigned int - mask -; /* mask selecting debug output flags to change */ - - - - -unsigned int - flags -; /* values for debug output flags selected by -mask - */ - - - - -char * - msg -; /* message to print right now */ - - - - -unsigned int -ctrls_mask -; /* mask selecting debug controls to change */ - - - - -unsigned int -ctrls -; /* values for debug controls selected by -ctrls_mask - */ - - - - -unsigned int * - ret_flags -; /* resulting state of all debug output flags */ - - - - -unsigned int * -ret_ctrls -; /* resulting state of all debug controls */ - - - - - +XkbSetDebuggingFlags + + + Bool XkbSetDebuggingFlags + + + Display *display + unsigned int mask + unsigned int flags + char *msg + unsigned int ctrls_mask + unsigned int ctrls + unsigned int *ret_flags + unsigned int *ret_ctrls + + + + + + display + + + + connection to X server + + + + + + mask + + + + mask selecting debug output flags to change + + + + + + flags + + + + values for debug output flags selected by mask + + + + + + msg + + + + message to print right now + + + + + + ctrls_mask + + + + mask selecting debug controls to change + + + + + + ctrls + + + + values for debug controls selected by ctrls_mask + + + + + + ret_flags + + + + resulting state of all debug output flags + + + + + + ret_ctrls + + + + resulting state of all debug controls + + + + - -XkbSetDebuggingFlags - modifies the debug output flags as specified by -mask - and -flags -, modifies the debug controls flags as specified by -ctrls_mask - and -ctrls -, prints the message -msg -, and backfills -ret_flags - and -ret_ctrls - with the resulting debug output and debug controls flags. +XkbSetDebuggingFlags +modifies the debug output flags as specified by +mask +and +flags, +modifies the debug controls flags as specified by +ctrls_mask +and +ctrls, +prints the message +msg, +and backfills +ret_flags +and +ret_ctrls +with the resulting debug output and debug controls flags. -When bits are set in the debug output masks, -mask - and -flags -, Xkb prints debug information corresponding to each bit at appropriate points +When bits are set in the debug output masks, +mask +and +flags, +Xkb prints debug information corresponding to each bit at appropriate points during its processing. The device to which the output is written is implementation-dependent, but is normally the same device to which X server -error messages are directed; thus the bits that can be set in -mask - and -flags - is implementation-specific. To turn on a debug output selection, set the bit -for the output in the -mask - parameter and set the corresponding bit in the -flags - parameter. To turn off event selection for an event, set the bit for the -output in the -mask - parameter and do not set the corresponding bit in the -flags - parameter. +error messages are directed; thus the bits that can be set in +mask +and +flags +is implementation-specific. To turn on a debug output selection, set the bit +for the output in the +mask +parameter and set the corresponding bit in the +flags +parameter. To turn off event selection for an event, set the bit for the +output in the +mask +parameter and do not set the corresponding bit in the +flags +parameter. -When bits are set in the debug controls masks, -ctrls_mask - and -ctrls -, Xkb modifies its behavior according to each controls bit. -ctrls_mask - and -ctrls - are related in the same way that -mask - and -flags - are. The valid controls bits are defined in Table 22.1. +When bits are set in the debug controls masks, +ctrls_mask +and +ctrls, +Xkb modifies its behavior according to each controls bit. +ctrls_mask +and +ctrls +are related in the same way that +mask +and +flags +are. The valid controls bits are defined in +Table 22.1. - +
Debug Control Masks @@ -177,7 +202,7 @@ flags - XkbDF_DisableLocks + XkbDF_DisableLocks (1 << 0) Disable actions that lock modifiers @@ -186,32 +211,30 @@ flags
- -XkbSetDebuggingFlags - returns -True - if successful and -False - otherwise. The only protocol error it may generate is -BadAlloc -, if for some reason it is unable to allocate storage. +XkbSetDebuggingFlags +returns +True +if successful and +False +otherwise. The only protocol error it may generate is +BadAlloc, +if for some reason it is unable to allocate storage. - -XkbSetDebuggingFlags - is intended for developer use and may be disabled in production X servers. If -it is disabled, -XkbSetDebuggingFlags - has no effect and does not generate any protocol errors. +XkbSetDebuggingFlags +is intended for developer use and may be disabled in production X servers. If +it is disabled, +XkbSetDebuggingFlags +has no effect and does not generate any protocol errors. -The message in -msg - is written immediately. The device to which it is written is implementation +The message in +msg +is written immediately. The device to which it is written is implementation dependent but is normally the same device where X server error messages are directed. -- cgit v1.2.3