aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/config.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-11-11 10:41:18 -0500
committerTony Crisci <tony@dubstepdish.com>2017-11-11 10:41:18 -0500
commit6e00140e8a0326ce1d78c1c3efd8b0a373298af0 (patch)
treeedd1f8811d082c6056c8197cf8cfdfada48ff1ca /include/rootston/config.h
parent4ccadf713b68a01540ec192981e167821d75294e (diff)
rootston: remove unused import and old todo from config header
Diffstat (limited to 'include/rootston/config.h')
-rw-r--r--include/rootston/config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rootston/config.h b/include/rootston/config.h
index 872dc7b6..8ef58100 100644
--- a/include/rootston/config.h
+++ b/include/rootston/config.h
@@ -2,7 +2,6 @@
#define _ROOTSTON_CONFIG_H
#include <wlr/types/wlr_output_layout.h>
#include <wlr/types/wlr_input_device.h>
-#include <wlr/types/wlr_cursor.h>
struct output_config {
char *name;
@@ -45,7 +44,7 @@ struct keyboard_config {
struct roots_config {
bool xwayland;
- // TODO: Multiple cursors, multiseat
+
struct {
char *mapped_output;
struct wlr_box *mapped_box;