diff options
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 { |