From 7d8c8f8b00a34baadfd02dfd098f864591253716 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 17 Apr 2000 22:59:53 +0000 Subject: no_comment --- perl-install/Xconfigurator.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Xconfigurator.pm') diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 088565b82..88081cf98 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -357,7 +357,7 @@ sub testFinalConfig($;$$) { $ENV{DISPLAY} = ":9"; gtkset_mousecursor(68); - gtkset_background(200 * 256, 210 * 256, 210 * 256); + gtkset_background(200 * 257, 210 * 257, 210 * 257); my ($h, $w) = Gtk::Gdk::Window->new_foreign(Gtk::Gdk->ROOT_WINDOW)->get_size; $my_gtk::force_position = [ $w / 3, $h / 2.4 ]; $my_gtk::force_focus = 1; -- cgit v1.2.1