Other Functions
===============
- Function: sync-server
Flush all pending X requests, don't wait for them to finish.
- Function: send-client-message window type data format
Send an X `ClientMessage' event to WINDOW (a window object, the
symbol `root' or a numeric xid).
The event will be of the type TYPE (a symbol), contain the array
of integers DATA (i.e. a vector or a string), and will be
transferred as FORMAT sized quantities (8, 16 or 32).
- Function: create-window parent x y width height
Create an unmapped window that is a child of PARENT (a window
object, an integer window id, or the symbol `root'), with the
specified dimensions.
Returns the window id of the new window.
- Function: x-atom symbol
Return the integer identifying the X atom with the same name as
SYMBOL.
- Function: x-atom-name integer
Return the symbol with the same name as the X atom identified by
the integer INTEGER.