[gtk+/wip/attachment-parameters-3: 134/153] gdkwindow-quartz: implement set_attach_params ()
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/attachment-parameters-3: 134/153] gdkwindow-quartz: implement set_attach_params ()
- Date: Fri, 23 Oct 2015 20:12:11 +0000 (UTC)
commit 64ea2be7e6d5098911a2b407a568629bc55cb89c
Author: William Hua <william hua canonical com>
Date: Thu Oct 1 09:47:38 2015 -0400
gdkwindow-quartz: implement set_attach_params ()
gdk/quartz/gdkwindow-quartz.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gdk/quartz/gdkwindow-quartz.c b/gdk/quartz/gdkwindow-quartz.c
index 62710a2..f20b047 100644
--- a/gdk/quartz/gdkwindow-quartz.c
+++ b/gdk/quartz/gdkwindow-quartz.c
@@ -28,6 +28,7 @@
#include "gdkglcontext-quartz.h"
#include "gdkquartzscreen.h"
#include "gdkquartzcursor.h"
+#include "gdkattachparamsprivate.h"
#include <Carbon/Carbon.h>
#include <AvailabilityMacros.h>
@@ -2958,6 +2959,7 @@ gdk_window_impl_quartz_class_init (GdkWindowImplQuartzClass *klass)
impl_class->delete_property = _gdk_quartz_window_delete_property;
impl_class->create_gl_context = gdk_quartz_window_create_gl_context;
+ impl_class->set_attach_params = gdk_window_move_using_attach_params;
impl_quartz_class->get_context = gdk_window_impl_quartz_get_context;
impl_quartz_class->release_context = gdk_window_impl_quartz_release_context;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]