mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Remove outdated comment
This commit is contained in:
parent
bb6d34e7a5
commit
1523082d5d
1 changed files with 0 additions and 1 deletions
|
|
@ -213,7 +213,6 @@ void view_setup(struct roots_view *view) {
|
|||
|
||||
struct roots_view *view_at(struct roots_desktop *desktop, double lx, double ly,
|
||||
struct wlr_surface **surface, double *sx, double *sy) {
|
||||
// TODO: use the seat
|
||||
struct roots_view *view;
|
||||
wl_list_for_each(view, &desktop->views, link) {
|
||||
if (view->type == ROOTS_WL_SHELL_VIEW &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue