1.1 --- a/src/display.h Mon May 12 10:00:13 2008 +0000
1.2 +++ b/src/display.h Mon May 26 10:42:18 2008 +0000
1.8 + uint32_t colour_format;
1.9 sh4addr_t address; /* Address buffer was rendered to, or -1 for unrendered */
1.10 uint32_t size; /* Size of buffer in bytes, must be width*height*bpp */
1.11 gboolean inverted;/* True if the buffer is upside down */
1.14 unsigned int buf_id; /* driver-specific buffer id, if applicable */
1.15 gboolean flushed; /* True if the buffer has been flushed to vram */
1.21 - int colour_format;
1.22 + uint32_t colour_format;
1.24 uint32_t size; /* Size of buffer in bytes, must be width*height*bpp */
1.25 gboolean inverted;/* True if the buffer is upside down */