diff options
author | Victor Kareh <[email protected]> | 2019-05-22 11:12:24 -0400 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2019-06-05 10:49:37 -0400 |
commit | b925581e37b2ac2ffdb97469fbfb284aac93feab (patch) | |
tree | 0f6cbd63cb8c07feff5123ff2a362b865c96cdaf /src/ui/frames.h | |
parent | e8e9fca2142503b2bbbdb429f45742038e862413 (diff) | |
download | marco-b925581e37b2ac2ffdb97469fbfb284aac93feab.tar.bz2 marco-b925581e37b2ac2ffdb97469fbfb284aac93feab.tar.xz |
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
Diffstat (limited to 'src/ui/frames.h')
-rw-r--r-- | src/ui/frames.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ui/frames.h b/src/ui/frames.h index 0af5ed89..cde51e60 100644 --- a/src/ui/frames.h +++ b/src/ui/frames.h @@ -144,6 +144,14 @@ cairo_region_t *meta_frames_get_frame_bounds (MetaFrames *frames, Window xwindow, int window_width, int window_height); + +void meta_frames_get_corner_radiuses (MetaFrames *frames, + Window xwindow, + float *top_left, + float *top_right, + float *bottom_left, + float *bottom_right); + void meta_frames_move_resize_frame (MetaFrames *frames, Window xwindow, int x, |