[gtk+/wip/mir2] Revert "mir: menu api changed names"
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/mir2] Revert "mir: menu api changed names"
- Date: Tue, 3 Feb 2015 15:24:45 +0000 (UTC)
commit 6ea697093daa1626a3ada813f0bfd0c78355ab88
Author: William Hua <william attente ca>
Date: Tue Feb 3 15:42:54 2015 +0100
Revert "mir: menu api changed names"
This reverts commit 5166895bd8c64a89486c6ba224181bd2be0bb012.
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 c59b2c1..107084f 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 (connection,
- width,
- height,
- format,
- parent_impl ? parent_impl->surface : NULL,
- &rect,
- mir_edge_attachment_horizontal);
+ spec = mir_connection_create_spec_for_menu_surface (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]