libxcb-xinerama0

X c binding, xinerama extension
  http://xcb.freedesktop.org
  0
  no reviews



This package contains the library files needed to run software using libxcb-xinerama, the xinerama extension for the x c binding.

the xcb library provides an interface to the x window system protocol, designed to replace the xlib interface. xcb provides several advantages over xlib:

* size: small library and lower memory footprint
* latency hiding: batch several requests and wait for the replies later
* direct protocol access: one-to-one mapping between interface and protocol
* thread support: access xcb from multiple threads, with no explicit locking
* easy creation of new extensions: automatically generates interface from
machine-parsable protocol descriptions