summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui.c b/src/ui.c
index c9c66b51..f50dfc42 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -151,6 +151,12 @@ meta_ui_remove_frame (MetaUI *ui,
meta_frames_unmanage_window (ui->frames, xwindow);
}
+Window
+meta_ui_get_moving_frame (MetaUI *ui)
+{
+ return meta_frames_get_moving_frame (ui->frames);
+}
+
void
meta_ui_map_frame (MetaUI *ui,
Window xwindow)