summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/daemon/daemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
index cb5260c..653b27d 100644
--- a/src/daemon/daemon.c
+++ b/src/daemon/daemon.c
@@ -86,8 +86,8 @@ typedef struct {
guint id;
GtkWindow* nw;
Window src_window_xid;
- gboolean has_timeout;
- gboolean paused;
+ guint has_timeout : 1;
+ guint paused : 1;
} NotifyTimeout;
typedef struct {