From b5c4f9ed2acf8789d70f52536b7670f700b49037 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 12 Jan 2024 14:54:59 +0400 Subject: Remove obsolete FIXME comment It's implemented now. --- src/handlers/xdg_shell.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/handlers/xdg_shell.rs b/src/handlers/xdg_shell.rs index 3848b7e8..3a0caee9 100644 --- a/src/handlers/xdg_shell.rs +++ b/src/handlers/xdg_shell.rs @@ -116,9 +116,6 @@ impl XdgShellHandler for State { .capabilities .contains(xdg_toplevel::WmCapabilities::Fullscreen) { - // NOTE: This is only one part of the solution. We can set the - // location and configure size here, but the surface should be rendered fullscreen - // independently from its buffer size if let Some((window, current_output)) = self .niri .layout -- cgit