GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XkbGetGeometry(3) XKB FUNCTIONS XkbGetGeometry(3)

XkbGetGeometry - Loads a keyboard geometry if you already have the keyboard description

Status XkbGetGeometry (Display *dpy, XkbDescPtr xkb);

- dpy
connection to the X server
- xkb
keyboard description that contains the ID for the keyboard and into which the geometry should be loaded

You can load a keyboard geometry as part of the keyboard description returned by XkbGetKeyboard. However, if a keyboard description has been previously loaded, you can instead obtain the geometry by calling the XkbGetGeometry. In this case, the geometry returned is the one associated with the keyboard whose device ID is contained in the keyboard description.

XkbGetGeometry can return BadValue, BadImplementation, BadName, BadAlloc, or BadLength errors or Success if it succeeds.

BadAlloc
Unable to allocate storage
BadImplementation
Invalid reply from server
BadLength
The length of a request is shorter or longer than that required to minimally contain the arguments
BadName
A font or color of the specified name does not exist
BadValue
An argument is out of range

XkbGetKeyboard(3)
libX11 1.7.2 X Version 11

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.