aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/root.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/root.h')
-rw-r--r--include/sway/tree/root.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/root.h b/include/sway/tree/root.h
index a2c088e7..b3dda12f 100644
--- a/include/sway/tree/root.h
+++ b/include/sway/tree/root.h
@@ -41,7 +41,7 @@ struct sway_root {
41 } events; 41 } events;
42}; 42};
43 43
44struct sway_root *root_create(void); 44struct sway_root *root_create(struct wl_display *display);
45 45
46void root_destroy(struct sway_root *root); 46void root_destroy(struct sway_root *root);
47 47