picom/src
Richard Grenville 663e1a1a04 Bug fix: --active-opacity state does not change correctly on `--focus-exclude`-ed windows
Fix the bug that --active-opacity state does not change
on `--focus-exclude`-ed windows correctly, since win_update_focused()
enables the WFLAG_OPCT_CHANGE flag on a window only if w->focused
changes, while --active-opacity depends on the output of
win_is_focused_real() instead of w->focused, which could be changed even
if w->focused does not change (e.g. when the window is
`--focus-exclude`-ed).
2015-02-24 21:08:29 +08:00
..
c2.c Bug fix #191: Add rounded-corners detection to --unredir-if-possible 2014-04-21 22:45:27 +08:00
c2.h Bug fix #191: Add rounded-corners detection to --unredir-if-possible 2014-04-21 22:45:27 +08:00
common.h Bug fix: Compilation failure with NO_VSYNC_OPENGL=1 2015-01-11 10:47:19 +08:00
compton.c Bug fix: --active-opacity state does not change correctly on `--focus-exclude`-ed windows 2015-02-24 21:08:29 +08:00
compton.h fix crash caused by free of uninitialized pointer 2014-08-06 20:42:57 +02:00
dbus.c Misc #204: Add glx_take_screenshot() & others 2014-09-07 18:58:09 +08:00
dbus.h Misc: --write-pid-path & small changes 2013-11-09 21:38:31 +08:00
opengl.c Misc #204: Add glx_take_screenshot() & others 2014-09-07 18:58:09 +08:00
opengl.h Improvement: Separate GLX parts from session_t & Attempt to fix #217 2014-07-28 12:50:15 +08:00
xrescheck.c Bug fix: Fix X pixmap leakage in shadow_paint 2014-08-03 19:40:40 +08:00
xrescheck.h Bug fix: Fix X pixmap leakage in shadow_paint 2014-08-03 19:40:40 +08:00