From 10ede8999852630fd375f3eb11e501f0e60eee4e Mon Sep 17 00:00:00 2001 From: Richard Grenville Date: Wed, 26 Sep 2012 19:48:36 +0800 Subject: Bug fix: Issue #46: Optionally mark override-redirect windows as active Attempt to fix the transparency issue of Firefox and Chromium location bar dropdown window by marking override_redirect windows as active. This may not work completely and could have other side effects. Experimental. Enable by using --mark-ovredir-focused. --- compton.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compton.h') diff --git a/compton.h b/compton.h index 77166a666..f785981e9 100644 --- a/compton.h +++ b/compton.h @@ -246,6 +246,8 @@ typedef struct _options { char *display; /// Whether to try to detect WM windows and mark them as focused. Bool mark_wmwin_focused; + /// Whether to mark override-redirect windows as focused. + Bool mark_ovredir_focused; /// Whether to fork to background. Bool fork_after_register; Bool synchronize; -- cgit v1.2.1