frame: Add "get_corner_radiuses" chain

https://bugzilla.gnome.org/show_bug.cgi?id=628195
This commit is contained in:
Jasper St. Pierre
2011-07-11 12:58:31 -04:00
parent f83568fc4e
commit d33d113746
6 changed files with 81 additions and 1 deletions

View File

@ -148,6 +148,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,