Author: paladine                     Date: Thu Mar  3 11:01:33 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix building with libwnck > 2.9.91

---- Files affected:
SOURCES:
   python-gnome-extras-wnck.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/python-gnome-extras-wnck.patch
diff -u /dev/null SOURCES/python-gnome-extras-wnck.patch:1.1
--- /dev/null   Thu Mar  3 12:01:33 2005
+++ SOURCES/python-gnome-extras-wnck.patch      Thu Mar  3 12:01:28 2005
@@ -0,0 +1,43 @@
+diff -urN gnome-python-extras-2.9.4.orig/wnck/wnck.defs 
gnome-python-extras-2.9.4/wnck/wnck.defs
+--- gnome-python-extras-2.9.4.orig/wnck/wnck.defs      2005-03-03 
11:35:27.313654968 +0100
++++ gnome-python-extras-2.9.4/wnck/wnck.defs   2005-03-03 11:36:25.898748680 
+0100
+@@ -839,6 +839,9 @@
+   (of-object "WnckWindow")
+   (c-name "wnck_window_unminimize")
+   (return-type "none")
++  (parameters
++    '("guint32" "timestamp")
++  )
+ )
+ 
+ (define-method maximize
+@@ -950,6 +953,9 @@
+   (of-object "WnckWindow")
+   (c-name "wnck_window_activate")
+   (return-type "none")
++  (parameters
++    '("guint32" "timestamp")
++  )
+ )
+ 
+ (define-method is_active
+@@ -968,6 +974,9 @@
+   (of-object "WnckWindow")
+   (c-name "wnck_window_activate_transient")
+   (return-type "none")
++  (parameters
++    '("guint32" "timestamp")
++  )
+ )
+ 
+ (define-method get_icon
+@@ -1126,6 +1135,9 @@
+   (of-object "WnckWorkspace")
+   (c-name "wnck_workspace_activate")
+   (return-type "none")
++  (parameters
++    '("guint32" "timestamp")
++  )
+ )
+ 
+ (define-method get_width
================================================================

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to