From f71923b96a936c78b6387222e7c93a654d31536a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 Nov 2013 01:37:44 +0100 Subject: get_height() => get_allocated_height() --- lib/Xconfig/test.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Xconfig') diff --git a/lib/Xconfig/test.pm b/lib/Xconfig/test.pm index 36b0e30..2bdd7cc 100644 --- a/lib/Xconfig/test.pm +++ b/lib/Xconfig/test.pm @@ -114,7 +114,7 @@ sub test { my $root = gtkroot(); my $gc = Gtk3::Gdk::GC->new($root); my $pixbuf = Gtk3::Gdk::Pixbuf->new_from_file("$::prefix/usr/share/mga/xfdrake/xfdrake-test-card.png"); - my ($w, $h) = ($pixbuf->get_width, $pixbuf->get_height); + my ($w, $h) = ($pixbuf->get_width, $pixbuf->get_allocated_height); my $pixmap = Gtk3::Gdk::Pixmap->new($root, $w, $h, $root->get_depth); $pixbuf->render_to_drawable($pixmap, $gc, 0, 0, 0, 0, $w, $h, 'none', 0, 0); $root->set_back_pixmap($pixmap, 0); -- cgit v1.2.1