[gtk+/wip/attachment-parameters: 7/24] gdkwindow-wayland: implement set_attachment_parameters ()
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/attachment-parameters: 7/24] gdkwindow-wayland: implement set_attachment_parameters ()
- Date: Wed, 14 Oct 2015 16:34:12 +0000 (UTC)
commit 803c5c728712b292d846eaf9bf20d5ca26ada0d2
Author: William Hua <william hua canonical com>
Date: Mon Oct 5 23:52:26 2015 -0400
gdkwindow-wayland: implement set_attachment_parameters ()
gdk/wayland/gdkwindow-wayland.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gdk/wayland/gdkwindow-wayland.c b/gdk/wayland/gdkwindow-wayland.c
index ab7f384..005ebbf 100644
--- a/gdk/wayland/gdkwindow-wayland.c
+++ b/gdk/wayland/gdkwindow-wayland.c
@@ -31,6 +31,7 @@
#include "gdkprivate-wayland.h"
#include "gdkinternals.h"
#include "gdkdeviceprivate.h"
+#include "gdkattachmentparametersprivate.h"
#include <stdlib.h>
#include <stdio.h>
@@ -2430,6 +2431,7 @@ _gdk_window_impl_wayland_class_init (GdkWindowImplWaylandClass *klass)
impl_class->show_window_menu = gdk_wayland_window_show_window_menu;
impl_class->create_gl_context = gdk_wayland_window_create_gl_context;
impl_class->invalidate_for_new_frame = gdk_wayland_window_invalidate_for_new_frame;
+ impl_class->set_attachment_parameters = gdk_window_move_using_attachment_parameters;
signals[COMMITTED] = g_signal_new ("committed",
G_TYPE_FROM_CLASS (object_class),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]