]> git.sur5r.net Git - i3/i3/blobdiff - include/ipc.h
Introduce get_output_from_rect
[i3/i3] / include / ipc.h
index 7ffbf7a831f9de3418f9d4ddad304beee5cbff22..c6ad35c770745038eb99dbd370966fd489bc262f 100644 (file)
@@ -31,6 +31,10 @@ typedef struct ipc_client {
     int num_events;
     char **events;
 
+    /* For clients which subscribe to the tick event: whether the first tick
+     * event has been sent by i3. */
+    bool first_tick_sent;
+
     TAILQ_ENTRY(ipc_client)
     clients;
 } ipc_client;