summaryrefslogtreecommitdiff
path: root/oldXMenu
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2024-05-12 13:21:09 +0800
committerPo Lu <luangruo@yahoo.com>2024-05-12 13:21:09 +0800
commit26a407cebebdaa5b21bc896cfb79c7ea8c37a922 (patch)
treebf1189d237589502b41736f09334230b86519a65 /oldXMenu
parented03b7ab9f301dba22519b529dfcaf9d83290c73 (diff)
* oldXMenu/Activate.c (x_menu_grab_keyboard): Declare static.
Diffstat (limited to 'oldXMenu')
-rw-r--r--oldXMenu/Activate.c2
1 files changed, 1 insertions, 1 deletions
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 <https://www.gnu.org/licenses/>. */
#include <X11/keysym.h>
/* 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;