[Xfce4-commits] <midori:master> Declare widget allocation macros for GTK+ < 2.18 properly

Christian Dywan noreply at xfce.org
Wed Mar 3 00:02:02 CET 2010


Updating branch refs/heads/master
         to 3583a070565f6f17278ac2c1b8dc77c5b1fa3579 (commit)
       from 100eea41dad1c3aec7a36101276a1b1037cc0dfe (commit)

commit 3583a070565f6f17278ac2c1b8dc77c5b1fa3579
Author: Enrico Tröger <enrico.troeger at uvena.de>
Date:   Tue Mar 2 23:57:14 2010 +0100

    Declare widget allocation macros for GTK+ < 2.18 properly

 katze/katze-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/katze/katze-utils.c b/katze/katze-utils.c
index 21192d4..a4af47a 100644
--- a/katze/katze-utils.c
+++ b/katze/katze-utils.c
@@ -31,7 +31,7 @@
 
 #if !GTK_CHECK_VERSION (2, 18, 0)
     #define gtk_widget_get_has_window(wdgt) !GTK_WIDGET_NO_WINDOW (wdgt)
-    #define gtk_widget_get_allocation (wdgt, alloc) *alloc = wdgt->allocation
+    #define gtk_widget_get_allocation(wdgt, alloc) *alloc = wdgt->allocation
 #endif
 
 static void



More information about the Xfce4-commits mailing list