diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2011-07-11 12:58:31 -0400 |
---|---|---|
committer | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2015-01-19 05:08:25 +0200 |
commit | 3994d7a09a515ec8d51b3a63ffdc23a7aa0b9fa2 (patch) | |
tree | 59910f71f953385002642c3b0a444c21d999301f /src/ui/frames.h | |
parent | 09a223a2796b853248fd7d165bfa71a36688bf5b (diff) | |
download | metacity-3994d7a09a515ec8d51b3a63ffdc23a7aa0b9fa2.tar.gz |
frame: Add "get_corner_radiuses" chain
https://bugzilla.gnome.org/show_bug.cgi?id=628195
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 7f2d69f7..ad6945a9 100644 --- a/src/ui/frames.h +++ b/src/ui/frames.h @@ -152,6 +152,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, |