mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 20:12:06 +00:00
c2968c89fe
When a gtk theme uses larger shadows for the unfocused state than for the focused one, this can cause a crash in meta_frame_left_click_event. Since whether to call meta_frame_left_click_event is decided based on the decoration size before focusing and the control that was clicked on after focusing, this can result in an event handled in meta_frame_left_click_event being on the client area. Fixes https://gitlab.gnome.org/GNOME/mutter/-/issues/1668 Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1748> |
||
---|---|---|
.. | ||
frames.c | ||
frames.h | ||
theme-private.h | ||
theme.c | ||
ui.c | ||
ui.h |