mesa: Do not specify types in bitfields.

As advised by gcc -pedantic.
This commit is contained in:
José Fonseca
2008-12-30 17:21:25 +00:00
parent 72f993b5b1
commit 9972d7147b
+2 -2
View File
@@ -55,8 +55,8 @@ struct texenvprog_cache_item
#define DISASSEM (MESA_VERBOSE & VERBOSE_DISASSEM)
struct mode_opt {
GLubyte Source:4;
GLubyte Operand:3;
GLuint Source:4;
GLuint Operand:3;
};
struct state_key {