# | Line 518 | Line 518 | static bool init_window(int width, int h | |
---|---|---|
518 | // Set VideoMonitor | |
519 | bool native_byte_order; | |
520 | #ifdef WORDS_BIGENDIAN | |
521 | < | native_byte_order = (img->bitmap_bit_order == MSBFirst); |
521 | > | native_byte_order = (XImageByteOrder(x_display) == MSBFirst); |
522 | #else | |
523 | < | native_byte_order = (img->bitmap_bit_order == LSBFirst); |
523 | > | native_byte_order = (XImageByteOrder(x_display) == LSBFirst); |
524 | #endif | |
525 | #ifdef ENABLE_VOSF | |
526 | do_update_framebuffer = GET_FBCOPY_FUNC(depth, native_byte_order, DISPLAY_WINDOW); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |