Yuxuan Shui cfdb946992 Avoid using window id as identifier in finish_destroy_win
Under extreme race conditions (window A close at the same time as window
B create), there can be multiple windows with same id in compton's window
list. If at this point window B closes itself as well, finish_destroy_win
might destroy a different window as what's passed to destroy_callback.

This can be a problem because someone can still hold a reference to that
window (e.g. 't' in paint_preprocess), and there's no way to clear that
reference. If finish_destroy_win always destroy the same window passed
to destroy_callback, this will not be a problem.
2018-04-16 10:13:55 -04:00
2017-04-30 21:08:49 +08:00
2018-04-16 10:13:55 -04:00
2014-07-04 06:27:13 -04:00
2015-01-11 16:30:41 +08:00
2015-01-11 11:01:37 +08: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-04-16 10:13:55 -04:00

Compton

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

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%