mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
* oldXMenu/Activate.c (x_menu_grab_keyboard): Declare static.
This commit is contained in:
parent
ed03b7ab9f
commit
26a407cebe
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user