summaryrefslogtreecommitdiff
path: root/src/core.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2002-08-04 20:20:53 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-08-04 20:20:53 +0000
commit585e3625266dd0fadcdb033739760db423d31714 (patch)
tree0b7009b43fc3b584f5eca6dbe1894c3180ca3e7c /src/core.c
parent8984fd358b29c2286a0f4763a297205645366dd0 (diff)
downloadmetacity-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 'src/core.c')
-rw-r--r--src/core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index 4a66c7a9..ae630cdf 100644
--- a/src/core.c
+++ b/src/core.c
@@ -610,7 +610,8 @@ meta_core_grab_buttons (Display *xdisplay,
MetaDisplay *display;
display = meta_display_for_x_display (xdisplay);
-
+
+ meta_verbose ("Grabbing buttons on frame 0x%lx\n", frame_xwindow);
meta_display_grab_window_buttons (display, frame_xwindow);
}