2020-01-14 13:58:31 -07:00
|
|
|
libXmu - X miscellaneous utility routines library
|
|
|
|
-------------------------------------------------
|
|
|
|
|
2006-11-25 10:22:40 -07:00
|
|
|
This library contains miscellaneous utilities and is not part of the Xlib
|
|
|
|
standard. It contains routines which only use public interfaces so that it
|
|
|
|
may be layered on top of any proprietary implementation of Xlib or Xt.
|
|
|
|
|
2009-10-31 12:29:37 -06:00
|
|
|
It is intended to support clients in the X.Org distribution; vendors
|
2006-11-25 10:22:40 -07:00
|
|
|
may choose not to distribute this library if they wish. Therefore,
|
|
|
|
applications developers who depend on this library should be prepared to
|
|
|
|
treat it as part of their software base when porting.
|
2009-10-31 12:29:37 -06:00
|
|
|
|
2010-10-31 09:35:49 -06:00
|
|
|
API documentation for this library is provided in the docs directory in
|
|
|
|
DocBook format. If xmlto is installed, it will be converted to supported
|
|
|
|
formats and installed in $(docdir) unless --disable-docs is passed to
|
|
|
|
configure.
|
2009-10-31 12:29:37 -06:00
|
|
|
|
|
|
|
All questions regarding this software should be directed at the
|
|
|
|
Xorg mailing list:
|
|
|
|
|
2020-01-14 13:58:31 -07:00
|
|
|
https://lists.x.org/mailman/listinfo/xorg
|
2009-10-31 12:29:37 -06:00
|
|
|
|
|
|
|
The master development code repository can be found at:
|
|
|
|
|
2020-01-14 13:58:31 -07:00
|
|
|
https://gitlab.freedesktop.org/xorg/lib/libXmu
|
2009-10-31 12:29:37 -06:00
|
|
|
|
2020-01-14 13:58:31 -07:00
|
|
|
Please submit bug reports and requests to merge patches there.
|
2009-10-31 12:29:37 -06:00
|
|
|
|
|
|
|
For patch submission instructions, see:
|
|
|
|
|
2020-01-14 13:58:31 -07:00
|
|
|
https://www.x.org/wiki/Development/Documentation/SubmittingPatches
|
2009-10-31 12:29:37 -06:00
|
|
|
|