00ae9718ee
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> |
||
---|---|---|
.github | ||
bin | ||
dbus-examples | ||
man | ||
media | ||
src | ||
tests | ||
.editorconfig | ||
.gitignore | ||
CPackConfig.cmake | ||
Doxyfile | ||
LICENSE | ||
Makefile | ||
README.md | ||
README_orig.md | ||
_CMakeLists.txt | ||
compton-default-fshader-win.glsl | ||
compton-fake-transparency-fshader-win.glsl | ||
compton.desktop | ||
compton.sample.conf | ||
desc.txt | ||
functions.sh | ||
make-release.sh |
README.md
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.