X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=hacks%2Fbarcode.c;h=b15784814e7f82e0a7b13e8feab823562ec04adc;hb=447db08c956099b3b183886729108bf5b364c4b8;hp=fc61a59dcfee08965dd2fba903e0762a8840ccc4;hpb=6a1da724858673ac40aa13a9612340d8bed8c7b9;p=xscreensaver diff --git a/hacks/barcode.c b/hacks/barcode.c index fc61a59d..b1578481 100644 --- a/hacks/barcode.c +++ b/hacks/barcode.c @@ -1529,6 +1529,8 @@ static void setup (void) theImage = XCreateImage(display, visual, 1, XYBitmap, 0, theBitmap->buf, theBitmap->width, theBitmap->height, 8, theBitmap->widthBytes); + theImage->bitmap_bit_order = LSBFirst; + theImage->byte_order = LSBFirst; }