summaryrefslogtreecommitdiff
path: root/src/run-metacity.sh
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2001-10-26 04:00:38 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-10-26 04:00:38 +0000
commitf663a511b3f19f37585a94219aed57dafbaed241 (patch)
tree883e420d37eda54c7c6f4b699fd0bf0a1fb9131a /src/run-metacity.sh
parent3e92e3b1dffeeab6dcf0255325c2396d9c264302 (diff)
downloadmetacity-f663a511b3f19f37585a94219aed57dafbaed241.tar.gz
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)
Diffstat (limited to 'src/run-metacity.sh')
-rwxr-xr-xsrc/run-metacity.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run-metacity.sh b/src/run-metacity.sh
index 8daa023d..30d72808 100755
--- a/src/run-metacity.sh
+++ b/src/run-metacity.sh
@@ -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