view src/bitmaps/stipple.xbm @ 39856:3fb9aba0cbd4

(Fwith_output_to_temp_buffer): Align with internal_with_output_to_temp_buffer. (print_preprocess): Use traverse_intervals_noorder. (print_object): Update call to traverse_intervals.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 12 Oct 2001 22:06:10 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define stipple_width 16
#define stipple_height 4
static unsigned char stipple_bits[] = {
   0x55, 0x55, 0xee, 0xee, 0x55, 0x55, 0xba, 0xbb};