--- rxvt-unicode/src/scrollbar-xterm.C 2004/02/13 12:16:21 1.8 +++ rxvt-unicode/src/scrollbar-xterm.C 2004/03/17 03:47:14 1.9 @@ -46,10 +46,8 @@ (char *)x_stp_bits, x_stp_width, x_stp_height); if (!gcvalue.stipple) - { - rxvt_print_error ("can't create bitmap"); - exit (EXIT_FAILURE); - } + rxvt_fatal ("can't create bitmap"); + gcvalue.fill_style = FillOpaqueStippled; gcvalue.foreground = PixColors[Color_fg]; gcvalue.background = PixColors[Color_bg];