mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
when the user double-clicks the title bar, end the grab op. Closes
* src/ui/frames.c: when the user double-clicks the title bar, end the grab op. Closes #401028. svn path=/trunk/; revision=4059
This commit is contained in:
parent
9abdc6c0fa
commit
38faa8fe10
@ -1,3 +1,8 @@
|
|||||||
|
2008-12-19 Thomas Thurman <tthurman@gnome.org>
|
||||||
|
|
||||||
|
* src/ui/frames.c: when the user double-clicks the title bar,
|
||||||
|
end the grab op. Closes #401028.
|
||||||
|
|
||||||
2008-12-16 Thomas Thurman <tthurman@gnome.org>
|
2008-12-16 Thomas Thurman <tthurman@gnome.org>
|
||||||
|
|
||||||
* configure.in: Post-release bump to 2.25.89.
|
* configure.in: Post-release bump to 2.25.89.
|
||||||
|
@ -1388,6 +1388,7 @@ meta_frames_button_press_event (GtkWidget *widget,
|
|||||||
event->button == 1 &&
|
event->button == 1 &&
|
||||||
event->type == GDK_2BUTTON_PRESS)
|
event->type == GDK_2BUTTON_PRESS)
|
||||||
{
|
{
|
||||||
|
meta_core_end_grab_op (gdk_display, event->time);
|
||||||
return meta_frame_double_click_event (frame, event);
|
return meta_frame_double_click_event (frame, event);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user