X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fbarcode.c;h=b15784814e7f82e0a7b13e8feab823562ec04adc;hp=fc61a59dcfee08965dd2fba903e0762a8840ccc4;hb=ffd8c0873576a9e3065696a624dce6b766b77062;hpb=9c9d475ff889ed8be02e8ce8c17da28b93278fca 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; }