[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] give access to x11 root window (through Gtk2::Gdk::get_default_root_window()
- From: Thierry Vignaud <tvignaud mandrakesoft com>
- To: gtk-perl list <gtk-perl-list gnome org>
- Subject: [PATCH] give access to x11 root window (through Gtk2::Gdk::get_default_root_window()
- Date: Sun, 06 Jul 2003 19:22:57 +0200
this patch enable apps to access the root window of the x11 screen.
--- ./xs/Gdk.xs.tv 2003-07-04 17:01:55.000000000 +0200
+++ ./xs/Gdk.xs 2003-07-04 17:14:31.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 */
+## GdkWindw * gdk_get_default_root_window (void)
+GdkWindow *
+gdk_get_default_root_window (void)
+ C_ARGS:
+
+
### deprecated
it provides access to a gdk function that is needed by drakxtools
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]