fix for ignoring NumLock on Alt-windowclick (previous NumLock fix was only

2001-10-26  Havoc Pennington  <hp@pobox.com>

	* src/display.c (meta_display_grab_window_buttons): fix for
	ignoring NumLock on Alt-windowclick (previous NumLock fix
	was only for key grabs not button grabs)
This commit is contained in:
Havoc Pennington
2001-10-26 04:00:38 +00:00
committed by Havoc Pennington
parent 3e92e3b1df
commit f663a511b3
3 changed files with 75 additions and 60 deletions

View File

@@ -55,5 +55,5 @@ if test -z "$ONLY_WM"; then
fi
if test -z "$ONLY_SETUP"; then
METACITY_DEBUG_BUTTON_GRABS=1 METACITY_DISPLAY=:1 exec unst libtool --mode=execute $DEBUG ./metacity $OPTIONS
METACITY_DEBUG_BUTTON_GRABS=1 METACITY_DISPLAY=:1 exec libtool --mode=execute $DEBUG ./metacity $OPTIONS
fi