commit baebf0e284c8608e3c1ae9ed37a9f58436f44b3a
parent caba6d1c4da06392ee8733ade9831c767f595229
Author: Drew DeVault <sir@cmpwn.com>
Date: Thu, 25 Apr 2019 13:25:16 -0400
Remove obsolete todo
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/view.c b/view.c
@@ -10,7 +10,6 @@ static void xdg_surface_map(struct wl_listener *listener, void *data) {
struct wio_server *server = view->server;
wio_view_focus(view, view->xdg_surface->surface);
- // TODO: move this view to its preallocated space
struct wlr_output *output = wlr_output_layout_output_at(
server->output_layout, server->cursor->x, server->cursor->y);
struct wlr_output_layout_output *layout = wlr_output_layout_get(