aboutsummaryrefslogtreecommitdiff
path: root/rootston/output.c
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-10-31 10:54:05 +0100
committeremersion <contact@emersion.fr>2017-10-31 12:30:57 +0100
commitae9a46fc9bc81051ef732a178b47017d8c2e591f (patch)
treeb5f4cbb31d0bb35608d6e084fa728059ce3f7349 /rootston/output.c
parent6a74a3586fba7b8c3592d2a94d6b06190c3165b1 (diff)
Remove outdated TODOs, use wlr_surface_has_buffer
Diffstat (limited to 'rootston/output.c')
-rw-r--r--rootston/output.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/rootston/output.c b/rootston/output.c
index 6ca302d8..9e1cd4d5 100644
--- a/rootston/output.c
+++ b/rootston/output.c
@@ -223,8 +223,6 @@ void output_add_notify(struct wl_listener *listener, void *data) {
cursor_load_config(config, input->cursor, input, desktop);
- // TODO the cursor must be set depending on which surface it is displayed
- // over which should happen in the compositor.
struct wlr_xcursor *xcursor = get_default_xcursor(input->xcursor_theme);
struct wlr_xcursor_image *image = xcursor->images[0];
wlr_cursor_set_image(input->cursor, image->buffer, image->width,