diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/daemon/daemon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c index 62d7b04..ada9a2d 100644 --- a/src/daemon/daemon.c +++ b/src/daemon/daemon.c @@ -88,8 +88,8 @@ typedef struct { guint id; GtkWindow* nw; Window src_window_xid; - guint has_timeout: 1; - guint paused: 1; + gboolean has_timeout; + gboolean paused; } NotifyTimeout; typedef struct { |