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

commit 3583a070565f6f17278ac2c1b8dc77c5b1fa3579
Author: Enrico Tröger <[email protected]>
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
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to