summaryrefslogtreecommitdiff
path: root/src/ui/frames.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/frames.h')
-rw-r--r--src/ui/frames.h8
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,