summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index b112b11..562e310 100644
--- a/src/main.h
+++ b/src/main.h
@@ -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 {