[gtk+/wip/attachment-parameters: 44/64] gdkwindow-x11: implement set_attachment_parameters ()
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/attachment-parameters: 44/64] gdkwindow-x11: implement set_attachment_parameters ()
- Date: Tue, 6 Oct 2015 19:50:40 +0000 (UTC)
commit 3e7abba75ab1264320b8441ffb8d4539d28fcaf0
Author: William Hua <william hua canonical com>
Date: Mon Sep 21 13:54:01 2015 -0400
gdkwindow-x11: implement set_attachment_parameters ()
gdk/x11/gdkwindow-x11.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gdk/x11/gdkwindow-x11.c b/gdk/x11/gdkwindow-x11.c
index d08cee0..4a19098 100644
--- a/gdk/x11/gdkwindow-x11.c
+++ b/gdk/x11/gdkwindow-x11.c
@@ -39,6 +39,7 @@
#include "gdkglcontext-x11.h"
#include "gdkprivate-x11.h"
#include "gdk-private.h"
+#include "gdkattachmentparametersprivate.h"
#include <stdlib.h>
#include <stdio.h>
@@ -5771,4 +5772,5 @@ gdk_window_impl_x11_class_init (GdkWindowImplX11Class *klass)
impl_class->create_gl_context = gdk_x11_window_create_gl_context;
impl_class->invalidate_for_new_frame = gdk_x11_window_invalidate_for_new_frame;
impl_class->get_unscaled_size = gdk_x11_window_get_unscaled_size;
+ impl_class->set_attachment_parameters = gdk_window_move_using_attachment_parameters;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]