[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: gtk2-perl-xs on Mandrake?
- From: Thierry Vignaud <tvignaud mandrakesoft com>
- To: Steve Fox <drfickle k-lug org>
- Cc: Chris Phillips <chris thirtythreeandathird net>, gtk-perl list <gtk-perl-list gnome org>
- Subject: Re: gtk2-perl-xs on Mandrake?
- Date: Fri, 04 Jul 2003 17:34:33 +0200
Steve Fox <drfickle k-lug org> writes:
> I'll do that and hope that Mandrake 9.2 will move to gtk2-perl-xs.
we lacks something to get root window (like
gdk_x11_get_default_root_xwindow() from gdk/gdkx.h)
eg:
--- ./xs/Gdk.xs.tv 2003-07-04 17:01:55.000000000 +0200
+++ ./xs/Gdk.xs 2003-07-04 17:28:14.000000000 +0200
@@ -19,6 +19,7 @@
* $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/xs/Gdk.xs,v 1.4 2003/05/22 14:23:22 muppetman Exp $
*/
#include "gtk2perl.h"
+#include "gdk/gdkx.h"
MODULE = Gtk2::Gdk PACKAGE = Gtk2::Gdk PREFIX = gdk_
@@ -50,6 +51,12 @@
#endif /* >= 2.2.0 */
+## GdkWindow * gdk_get_default_root_window (void)
+GdkWindow *
+gdk_get_default_root_window (void)
+ C_ARGS:
+
+
### deprecated
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]