summaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ui.h b/src/ui.h
index b84ccb98..9621dda7 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -75,14 +75,26 @@ void meta_ui_get_frame_geometry (MetaUI *ui,
Window frame_xwindow,
int *top_height, int *bottom_height,
int *left_width, int *right_width);
+#ifdef MPX
Window meta_ui_create_frame_window (MetaUI *ui,
Display *xdisplay,
+ MetaDevices *devices,
Visual *xvisual,
gint x,
gint y,
gint width,
gint height,
gint screen_no);
+#else
+Window meta_ui_create_frame_window (MetaUI *ui,
+ Display *xdisplay,
+ Visual *xvisual,
+ gint x,
+ gint y,
+ gint width,
+ gint height,
+ gint screen_no);
+#endif
void meta_ui_destroy_frame_window (MetaUI *ui,
Window xwindow);
void meta_ui_move_resize_frame (MetaUI *ui,