[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] make Gtk2::Gdk->get_default_root_window() usable
- From: Thierry Vignaud <tvignaud mandrakesoft com>
- To: gtk-perl-list gnome org
- Subject: [PATCH] make Gtk2::Gdk->get_default_root_window() usable
- Date: Mon, 07 Jul 2003 14:22:58 +0200
we do not have Gtk2::Gdk object, so get_default_root_window() *must*
not take any class parameters !!!!
fix below:
--- ./xs/GdkWindow.xs.tv 2003-07-07 14:13:21.000000000 +0200
+++ ./xs/GdkWindow.xs 2003-07-07 14:13:13.000000000 +0200
@@ -617,6 +617,6 @@
MODULE = Gtk2::Gdk::Window PACKAGE = Gtk2::Gdk PREFIX = gdk_
-GdkWindow *gdk_get_default_root_window (SV * class)
+GdkWindow *gdk_get_default_root_window (void)
C_ARGS:
/*void*/
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]