[gtk+/wip/mir2] mir: menu api changed names
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/mir2] mir: menu api changed names
- Date: Mon, 26 Jan 2015 20:31:36 +0000 (UTC)
commit 5166895bd8c64a89486c6ba224181bd2be0bb012
Author: William Hua <william attente ca>
Date: Mon Jan 26 15:30:52 2015 -0500
mir: menu api changed names
gdk/mir/gdkmirwindowimpl.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/gdk/mir/gdkmirwindowimpl.c b/gdk/mir/gdkmirwindowimpl.c
index b74a2f5..16c0c2d 100644
--- a/gdk/mir/gdkmirwindowimpl.c
+++ b/gdk/mir/gdkmirwindowimpl.c
@@ -227,13 +227,13 @@ create_mir_menu_surface (GdkDisplay *display,
rect.top = y;
rect.width = 0;
rect.height = 0;
- spec = mir_connection_create_spec_for_menu_surface (connection,
- width,
- height,
- format,
- parent_impl ? parent_impl->surface : NULL,
- &rect,
- mir_edge_attachment_horizontal);
+ spec = mir_connection_create_spec_for_menu (connection,
+ width,
+ height,
+ format,
+ parent_impl ? parent_impl->surface : NULL,
+ &rect,
+ mir_edge_attachment_horizontal);
mir_surface_spec_set_buffer_usage (spec, buffer_usage);
surface = mir_surface_create_sync (spec);
mir_surface_spec_release (spec);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]