Uli Schlachter 00ae9718ee Handle asyncronous X11 errors
Errors for requests sent via Xlib that expect a reply are handled via
XSetErrorHandler(), which sets up a callback function that Xlib calls.
Errors for requests that do not expect a reply or for errors caused via
unchecked XCB requests show up as events of type 0 in the event handling
function.

Before this commit, errors were ignored here. This commit changes the
code so that the errors are printed instead.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2018-09-29 11:48:58 +02:00
2018-09-10 12:27:02 +01:00
2018-04-16 10:13:55 -04:00
2018-09-23 23:58:17 +01:00
2018-09-29 11:48:58 +02:00
2015-01-11 16:30:41 +08:00
2015-01-11 11:01:37 +08:00
2018-09-10 13:46:05 +01:00
2018-09-10 13:46:05 +01:00
2012-10-03 13:34:54 +08:00
2012-10-22 07:50:18 -05:00
2018-04-16 10:13:55 -04:00
2018-09-10 13:46:24 +01:00

Compton

This is a development branch, bug to be expected

This is forked from the original Compton because that seems to have become unmaintained. I'll merge pull requests as they appear upstream, as well as trying to fix bugs reported to upstream, or found by myself.

New features are not likely to be added, since I expect compton to become irrelevant in near future.

The original README can be found here

You are welcomed to submit pull requests.

Description
No description provided
Readme 17 MiB
Languages
C 96.1%
Shell 2.2%
Python 0.8%
Meson 0.8%