diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-01-07 06:41:41 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-01-07 06:41:41 +0000 |
commit | 237eab78bb21cd679c53913386f206e89cfd0624 (patch) | |
tree | 2f0f0b8df2c96c4e619746dab51741bc98660a02 /x11/xcb-util-errors/pkg-descr | |
parent | Update to 0.1.b128 (diff) |
x11-toolkits/wlroots: improve error messages
Diffstat (limited to 'x11/xcb-util-errors/pkg-descr')
-rw-r--r-- | x11/xcb-util-errors/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/x11/xcb-util-errors/pkg-descr b/x11/xcb-util-errors/pkg-descr new file mode 100644 index 000000000000..b5ee702ddcff --- /dev/null +++ b/x11/xcb-util-errors/pkg-descr @@ -0,0 +1,7 @@ +xcb-util-errors is a utility library that gives human readable +names to error codes and event codes and also to major and minor +numbers. The necessary information is drawn from xcb-proto's protocol +descriptions. This library is especially useful when working with +extensions and is mostly useful for debugging. + +WWW: http://xcb.freedesktop.org/ |