VNC: Client may request pixel data in either big- or little- endian order

This commit is contained in:
Gregory Nutt
2016-04-21 12:18:35 -06:00
parent 98e4de73e2
commit be1677ba25
4 changed files with 95 additions and 18 deletions
+1
View File
@@ -253,6 +253,7 @@ struct vnc_session_s
uint8_t display; /* Display number (for debug) */
volatile uint8_t colorfmt; /* Remote color format (See include/nuttx/fb.h) */
volatile uint8_t bpp; /* Remote bits per pixel */
volatile bool bigendian; /* Remote expect data in big-endian format */
volatile bool rre; /* Remote supports RRE encoding */
FAR uint8_t *fb; /* Allocated local frame buffer */