xenocara/lib/libXmu
2024-07-10 15:18:29 +00:00
..
doc sync with OpenBSD -current 2024-07-10 12:51:13 +00:00
include sync with OpenBSD -current 2024-07-10 12:51:13 +00:00
m4 sync with OpenBSD -current 2024-07-10 12:51:13 +00:00
src sync with OpenBSD -current 2024-07-10 12:51:13 +00:00
test sync with OpenBSD -current 2024-07-10 12:51:13 +00:00
aclocal.m4 add missing secbsd that I accidentally deleted 2024-07-10 15:18:29 +00:00
ChangeLog sync with OpenBSD -current 2024-07-10 12:51:13 +00:00
compile sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
config.guess sync with OpenBSD -current 2024-07-10 12:51:13 +00:00
config.h.in sync with OpenBSD -current 2024-07-10 12:51:13 +00:00
config.sub sync with OpenBSD -current 2024-07-10 12:51:13 +00:00
configure sync with OpenBSD -current 2024-07-10 12:51:13 +00:00
configure.ac sync with OpenBSD -current 2024-07-10 12:51:13 +00:00
COPYING sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
depcomp sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
docbook.am sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
INSTALL sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
install-sh sync with OpenBSD -current 2024-07-10 12:51:13 +00:00
ltmain.sh sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
Makefile.am sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
Makefile.bsd-wrapper sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
Makefile.in sync with OpenBSD -current 2024-07-10 12:51:13 +00:00
missing sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
README.md sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
tap-driver.sh sync with OpenBSD -current 2024-07-10 12:51:13 +00:00
test-driver sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xmu.pc.in sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xmuu.pc.in sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00

libXmu - X miscellaneous utility routines library

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.

It is intended to support clients in the X.Org distribution; vendors 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.

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.

All questions regarding this software should be directed at the Xorg mailing list:

https://lists.x.org/mailman/listinfo/xorg

The primary development code repository can be found at:

https://gitlab.freedesktop.org/xorg/lib/libXmu

Please submit bug reports and requests to merge patches there.

For patch submission instructions, see:

https://www.x.org/wiki/Development/Documentation/SubmittingPatches