aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/swaynag.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/swaynag.h')
-rw-r--r--include/sway/swaynag.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sway/swaynag.h b/include/sway/swaynag.h
index ac0086a1..5a178739 100644
--- a/include/sway/swaynag.h
+++ b/include/sway/swaynag.h
@@ -8,10 +8,6 @@ struct swaynag_instance {
8 bool detailed; 8 bool detailed;
9}; 9};
10 10
11// Copy all fields of one instance to another
12void swaynag_clone(struct swaynag_instance *dest,
13 struct swaynag_instance *src);
14
15// Spawn swaynag. If swaynag->detailed, then swaynag->fd[1] will left open 11// Spawn swaynag. If swaynag->detailed, then swaynag->fd[1] will left open
16// so it can be written to. Call swaynag_show when done writing. This will 12// so it can be written to. Call swaynag_show when done writing. This will
17// be automatically called by swaynag_log if the instance is not spawned and 13// be automatically called by swaynag_log if the instance is not spawned and