[rep-gtk] gtk.defs: temporarily disable gtk_style_apply_default_background (breaks build)



commit 78d687d6afd0ccdc8790685fd9cac7f00ef6fa22
Author: Christopher Roy Bratusek <chris nanolx org>
Date:   Fri Oct 9 16:04:15 2009 +0200

    gtk.defs: temporarily disable gtk_style_apply_default_background (breaks build)

 ChangeLog |    3 +++
 gtk.defs  |   22 +++++++++++-----------
 2 files changed, 14 insertions(+), 11 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 34d720d..57c9d01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-10-09  Christopher Bratusek <zanghar freenet de>
+	* gtk.defs: temporarily disable gtk_style_apply_default_background (breaks build)
+
 2009-10-06  Christopher Bratusek <zanghar freenet de>
 	* gtk.defs: merged with JH branch
 
diff --git a/gtk.defs b/gtk.defs
index 89909c4..c829d91 100644
--- a/gtk.defs
+++ b/gtk.defs
@@ -572,17 +572,17 @@
    (GdkWindow window)
    (GtkStateType state)))
 
-(define-func gtk_style_apply_default_background
-  void
-  ((GtkStyle style)
-   (GdkWindow window)
-   (bool setbg)
-   (GtkStateType state)
-   (GdkRectangle rect)
-   (int x)
-   (int y)
-   (int width)
-   (int height)))
+;(define-func gtk_style_apply_default_background
+;  none
+;  ((GtkStyle style)
+;   (GdkWindow window)
+;   (bool setbg)
+;   (GtkStateType state)
+;   (GdkRectangle rect)
+;   (int x)
+;   (int y)
+;   (int width)
+;   (int height)))
 
 (define-func gtk_style_get_white_interp
   GdkColor



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