From 585e3625266dd0fadcdb033739760db423d31714 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 4 Aug 2002 20:20:53 +0000 Subject: raise/focus on click, even if the click was on the client area (this makes 2002-08-04 Havoc Pennington * 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. --- configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 56bb4c3..ba3de2f 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[\ \ ]*) ;; -- cgit v1.1