From 2451e1ce2b826464a5e9341fd2cfecd1c431e1ca Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sun, 12 May 2024 13:21:09 +0800 Subject: [PATCH] * oldXMenu/Activate.c (x_menu_grab_keyboard): Declare static. (cherry picked from commit 26a407cebebdaa5b21bc896cfb79c7ea8c37a922) --- oldXMenu/Activate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c index ffc5d5ecef1..d876ed234f7 100644 --- a/oldXMenu/Activate.c +++ b/oldXMenu/Activate.c @@ -117,7 +117,7 @@ along with this program. If not, see . */ #include /* For debug, set this to 0 to not grab the keyboard on menu popup */ -int x_menu_grab_keyboard = 1; +static int x_menu_grab_keyboard = 1; static Wait_func wait_func; static void* wait_data; -- 2.39.5