Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ FrMdifierma(3X) — DeltaWindows 1.3.3 Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

NAME

XFreeModifiermap — destroy and free a keyboard modifier mapping structure. 

SYNOPSIS

XFreeModifiermap(modmap)   XModifierKeymap ∗modmap;

ARGUMENTS

modmapSpecifies a pointer to the XModifierKeymap() structure to be freed. 

DESCRIPTION

XFreeModifiermap() frees an XModifierKeymap() structure originally allocated by XNewModifierMap or XGetModifierMapping(). 

For more information, see Volume One, Chapter 9, The Keyboard and Pointer. 

STRUCTURES

typedef struct {
    int max_keypermod;       /∗ server’s max number of keys per modifier ∗/
    KeyCode ∗modifiermap;    /∗ an 8 by max_keypermod array of
         ∗ keycodes to be used as modifiers ∗/ } XModifierKeymap;

SEE ALSO

XChangeKeyboardMapping(), XDeleteModifiermapEntry(), XGetKeyboardMapping(), XGetModifierMapping(), XInsertModifiermapEntry(), XKeycodeToKeysym(), XKeysymToKeycode(), XKeysymToString(), XLookupKeysym(), XLookupString(), XNewModifierMap, XQueryKeymap(), XRebindKeySym, XRefreshKeyboardMapping(), XSetModifierMapping(), XStringToKeysym(). 

Xlib Reference Manual

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026