Revert "mesa: fix the non-GNU C bit-field case"
This reverts commit 4b08e74982.
Don't know what I was thinking there.
This commit is contained in:
@@ -86,8 +86,8 @@ struct mode_opt {
|
||||
__extension__ GLubyte Source:4; /**< SRC_x */
|
||||
__extension__ GLubyte Operand:3; /**< OPR_x */
|
||||
#else
|
||||
GLuint Source; /**< SRC_x */
|
||||
GLuint Operand; /**< OPR_x */
|
||||
GLubyte Source; /**< SRC_x */
|
||||
GLubyte Operand; /**< OPR_x */
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user