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 /src/core.c | |
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 'src/core.c')
-rw-r--r-- | src/core.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); } |