diff options
author | Havoc Pennington <hp@redhat.com> | 2002-08-04 20:20:53 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-08-04 20:20:53 +0000 |
commit | 585e3625266dd0fadcdb033739760db423d31714 (patch) | |
tree | 0b7009b43fc3b584f5eca6dbe1894c3180ca3e7c /configure.in | |
parent | 8984fd358b29c2286a0f4763a297205645366dd0 (diff) | |
download | metacity-585e3625266dd0fadcdb033739760db423d31714.tar.gz |
raise/focus on click, even if the click was on the client area (this makes
2002-08-04 Havoc Pennington <hp@redhat.com>
* src/frames.c (meta_frames_button_press_event): raise/focus
on click, even if the click was on the client area
(this makes Alt+button1 raise windows again, yay)
* src/stack.c (compute_layer): put panels in the DOCK layer always
(keep them on top of other windows). Still sloppy-focus raised
with respect to other docks.
* configure.in: remove -Wshadow for now as GTK headers make all
kinds of noise with it.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 56bb4c3c..ba3de2fe 100644 --- a/configure.in +++ b/configure.in @@ -28,10 +28,10 @@ if test "x$GCC" = "xyes"; then *) CFLAGS="$CFLAGS -Wall" ;; esac - case " $CFLAGS " in - *[\ \ ]-Wshadow[\ \ ]*) ;; - *) CFLAGS="$CFLAGS -Wshadow" ;; - esac +# case " $CFLAGS " in +# *[\ \ ]-Wshadow[\ \ ]*) ;; +# *) CFLAGS="$CFLAGS -Wshadow" ;; +# esac case " $CFLAGS " in *[\ \ ]-Wchar-subscripts[\ \ ]*) ;; |