[Xfce4-commits] [xfce/exo] 01/01: Drop deprecated gdk_window_process_updates for GTK+ 3.22

noreply at xfce.org noreply at xfce.org
Tue Jul 4 14:19:07 CEST 2017


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/exo.

commit 4b2d1cfe973f6f23db9261b8475b8a206a8efda6
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Tue Jul 4 08:19:00 2017 -0400

    Drop deprecated gdk_window_process_updates for GTK+ 3.22
---
 exo/exo-icon-view.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/exo/exo-icon-view.c b/exo/exo-icon-view.c
index fc99269..18dbdc0 100644
--- a/exo/exo-icon-view.c
+++ b/exo/exo-icon-view.c
@@ -3457,7 +3457,9 @@ exo_icon_view_adjustment_changed (GtkAdjustment *adjustment,
       if (G_UNLIKELY (icon_view->priv->doing_rubberband))
         exo_icon_view_update_rubberband (GTK_WIDGET (icon_view));
 
+#if !GTK_CHECK_VERSION (3, 22, 0)
       gdk_window_process_updates (icon_view->priv->bin_window, TRUE);
+#endif
     }
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list