From 01d4f69190a5664a4cee7d24096038621f9b82b1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 5 Mar 2001 23:31:13 +0000 Subject: XSetInputFocus now done in perl-GTK --- perl-install/c/stuff.xs.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'perl-install/c') diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm index 6ec613630..26b5004af 100644 --- a/perl-install/c/stuff.xs.pm +++ b/perl-install/c/stuff.xs.pm @@ -120,12 +120,6 @@ setMouseLive(display, type, emulate3buttons) } } } - -void -XSetInputFocus(window) - int window - CODE: - XSetInputFocus(GDK_DISPLAY(), window, RevertToParent, CurrentTime); '; print ' -- cgit v1.2.1