mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2025-12-20 09:20:11 +01:00
Fix man page and comment references to use XFreeModifiermap (lowercase map)
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
3275ec4ca8
commit
0ee6d8247d
4 changed files with 3 additions and 3 deletions
|
|
@ -792,7 +792,7 @@ typedef int (*FreeModmapType) (
|
||||||
*/
|
*/
|
||||||
typedef struct _XFreeFuncs {
|
typedef struct _XFreeFuncs {
|
||||||
FreeFuncType atoms; /* _XFreeAtomTable */
|
FreeFuncType atoms; /* _XFreeAtomTable */
|
||||||
FreeModmapType modifiermap; /* XFreeModifierMap */
|
FreeModmapType modifiermap; /* XFreeModifiermap */
|
||||||
FreeFuncType key_bindings; /* _XFreeKeyBindings */
|
FreeFuncType key_bindings; /* _XFreeKeyBindings */
|
||||||
FreeFuncType context_db; /* _XFreeContextDB */
|
FreeFuncType context_db; /* _XFreeContextDB */
|
||||||
FreeFuncType defaultCCCs; /* _XcmsFreeDefaultCCCs */
|
FreeFuncType defaultCCCs; /* _XcmsFreeDefaultCCCs */
|
||||||
|
|
|
||||||
|
|
@ -498,7 +498,7 @@ XChangeKeyboardMapping_shadows = \
|
||||||
XNewModifiermap \
|
XNewModifiermap \
|
||||||
XInsertModifiermapEntry \
|
XInsertModifiermapEntry \
|
||||||
XDeleteModifiermapEntry \
|
XDeleteModifiermapEntry \
|
||||||
XFreeModifierMap \
|
XFreeModifiermap \
|
||||||
XModifierKeymap
|
XModifierKeymap
|
||||||
|
|
||||||
XChangePointerControl_shadows = \
|
XChangePointerControl_shadows = \
|
||||||
|
|
|
||||||
|
|
@ -141,7 +141,7 @@
|
||||||
.ny0
|
.ny0
|
||||||
.TH XChangeKeyboardMapping __libmansuffix__ __xorgversion__ "XLIB FUNCTIONS"
|
.TH XChangeKeyboardMapping __libmansuffix__ __xorgversion__ "XLIB FUNCTIONS"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
XChangeKeyboardMapping, XGetKeyboardMapping, XDisplayKeycodes, XSetModifierMapping, XGetModifierMapping, XNewModifiermap, XInsertModifiermapEntry, XDeleteModifiermapEntry, XFreeModifierMap XModifierKeymap \- manipulate keyboard encoding and keyboard encoding structure
|
XChangeKeyboardMapping, XGetKeyboardMapping, XDisplayKeycodes, XSetModifierMapping, XGetModifierMapping, XNewModifiermap, XInsertModifiermapEntry, XDeleteModifiermapEntry, XFreeModifiermap, XModifierKeymap \- manipulate keyboard encoding and keyboard encoding structure
|
||||||
.SH SYNTAX
|
.SH SYNTAX
|
||||||
.HP
|
.HP
|
||||||
int XChangeKeyboardMapping(\^Display *\fIdisplay\fP, int \fIfirst_keycode\fP,
|
int XChangeKeyboardMapping(\^Display *\fIdisplay\fP, int \fIfirst_keycode\fP,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue