]> Pileus Git - wmpus/blobdiff - sys.h
Remove root window tracking
[wmpus] / sys.h
diff --git a/sys.h b/sys.h
index 5dc237440d2edcee874c23068cbbe5a699b90011..60d705efaf03015d0816cf343dad466b1a33a4f6 100644 (file)
--- a/sys.h
+++ b/sys.h
@@ -47,16 +47,16 @@ void sys_unwatch(win_t *win, event_t event, mod_t mod);
 
 /* Return a list of windows representing the geometry of the
  * physical displays attached to the computer. */
-list_t *sys_info(win_t *root);
+list_t *sys_info(void);
 
 /* First call, calls wm_insert for each existing window */
-win_t *sys_init(void);
+void sys_init(void);
 
 /* Starts the main loop */
-void sys_run(win_t *root);
+void sys_run(void);
 
 /* Exit main loop */
 void sys_exit(void);
 
 /* Free all static data, for memory debugging */
-void sys_free(win_t *root);
+void sys_free(void);