From b925581e37b2ac2ffdb97469fbfb284aac93feab Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Wed, 22 May 2019 11:12:24 -0400 Subject: frame: Add "get_corner_radiuses" chain https://bugzilla.gnome.org/show_bug.cgi?id=628195 upstream commit: https://gitlab.gnome.org/GNOME/metacity/commit/3994d7a0 --- src/core/frame.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/core/frame.c') diff --git a/src/core/frame.c b/src/core/frame.c index b6ed741e..a2da9cb9 100644 --- a/src/core/frame.c +++ b/src/core/frame.c @@ -338,6 +338,19 @@ update_shape (MetaFrame *frame) return FALSE; } +void +meta_frame_get_corner_radiuses (MetaFrame *frame, + float *top_left, + float *top_right, + float *bottom_left, + float *bottom_right) +{ + meta_ui_get_corner_radiuses (frame->window->screen->ui, + frame->xwindow, + top_left, top_right, + bottom_left, bottom_right); +} + gboolean meta_frame_sync_to_window (MetaFrame *frame, int resize_gravity, -- cgit v1.2.1