[gtk+/wip/attach-params] c6cebc27 gdkmirwindowimpl: GObjectify



commit d504bcc6e91a8b544aac4502ab4ce689305eefc1
Author: William Hua <william hua canonical com>
Date:   Sat Jan 30 01:25:48 2016 -0500

    c6cebc27 gdkmirwindowimpl: GObjectify

 gdk/mir/gdkmirwindowimpl.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gdk/mir/gdkmirwindowimpl.c b/gdk/mir/gdkmirwindowimpl.c
index 9f8175a..ba33f00 100644
--- a/gdk/mir/gdkmirwindowimpl.c
+++ b/gdk/mir/gdkmirwindowimpl.c
@@ -1577,7 +1577,7 @@ get_edge_y (GdkWindowEdge edge)
 }
 
 static MirEdgeAttachment
-get_attach_edge (const GdkAttachParams *params)
+get_attach_edge (GdkAttachParams *params)
 {
   gint overlap_x;
   gint overlap_y;
@@ -1614,7 +1614,7 @@ get_attach_edge (const GdkAttachParams *params)
 }
 
 static GdkRectangle
-get_attach_rect (const GdkAttachParams *params,
+get_attach_rect (GdkAttachParams *params,
                  MirEdgeAttachment      edge)
 {
   GdkRectangle rectangle = params->attach_rect;
@@ -1652,8 +1652,8 @@ get_attach_rect (const GdkAttachParams *params,
 }
 
 static void
-gdk_mir_window_impl_move_using_params (GdkWindow             *window,
-                                       const GdkAttachParams *params)
+gdk_mir_window_impl_move_using_params (GdkWindow       *window,
+                                       GdkAttachParams *params)
 {
   GdkMirWindowImpl *impl = GDK_MIR_WINDOW_IMPL (window->impl);
   MirEdgeAttachment edge;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]