diff options
author | Benjamin Petrenko <benjamin.petrenko@gmail.com> | 2015-08-02 12:53:54 +0300 |
---|---|---|
committer | Benjamin Petrenko <benjamin.petrenko@gmail.com> | 2015-08-02 12:53:54 +0300 |
commit | a13905ed84ee8ef4c0c885d8647440cb6471a748 (patch) | |
tree | 275d44c237f1e0f531da4a0f5987d435eaecd24e /src/main.h | |
parent | 98f8e56ce973e1b87088e41860c400421e94b64e (diff) |
Do not blur the focused element after alt-tabbing.
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -316,6 +316,7 @@ typedef struct { char *socket_path; /* holds the path to the control socket */ char *pid_str; /* holds the pid as string */ gboolean done_loading_page; + gboolean window_has_focus; } State; typedef struct { |