From d678aa50afacaee71e944485fa28af3df1189b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Fri, 26 Jan 2024 02:12:12 -0500 Subject: [PATCH] Mark function static --- src/newifc/root_window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/newifc/root_window.c b/src/newifc/root_window.c index 75d2cbb2ce..8e25098f12 100644 --- a/src/newifc/root_window.c +++ b/src/newifc/root_window.c @@ -150,7 +150,7 @@ rw_get(NewIfcObj obj, int attr, ...) return rw->api.last_error == NewIfc_error_none; } -NewIfcObj +static NewIfcObj rw_copy(NewIfcObj old) { struct root_window *ret; -- GitLab