FIXED typo.

Signed-off-by: luccie-cmd <luccie@sideros.org>
This commit is contained in:
Ernesto Lanchares 2025-08-05 20:28:33 +00:00 committed by luccie-cmd
parent 00d51fc970
commit 5bd3e6c57b

View file

@ -190,7 +190,7 @@ fn toplevelHandleConfigure(data: ?*anyopaque, toplevel: ?*c.xdg_toplevel, width:
} }
fn toplevelHandleClose(data: ?*anyopaque, toplevel: ?*c.xdg_toplevel) callconv(.c) void { fn toplevelHandleClose(data: ?*anyopaque, toplevel: ?*c.xdg_toplevel) callconv(.c) void {
_ = date; _ = data;
_ = toplevel; _ = toplevel;
quit = true; quit = true;