--- syslinux-3.36/com32/lib/sys/vesa/video.h.16bpp 2007-05-04 11:54:36.000000000 -0400 +++ syslinux-3.36/com32/lib/sys/vesa/video.h 2007-05-03 00:00:50.000000000 -0400 @@ -49,9 +49,9 @@ /* Pixel formats in order of decreasing preference; PXF_NONE should be last */ /* BGR24 is preferred over BGRA32 since the I/O overhead is smaller. */ enum vesa_pixel_format { + PXF_LE_RGB16_565, /* 16-bit littleendian 5:6:5 RGB */ PXF_BGR24, /* 24-bit BGR */ PXF_BGRA32, /* 32-bit BGRA */ - PXF_LE_RGB16_565, /* 16-bit littleendian 5:6:5 RGB */ PXF_NONE };