Browse Source

svga: s/Bool/SVGA3dBool/ in SVGA3dDevCapResult

And fix whitespace.  To sync up with in-house code.

Reviewed-by: Charmaine Lee <charmainel@vmware.com>
tags/18.1-branchpoint
Brian Paul 7 years ago
parent
commit
94610758a3
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/gallium/drivers/svga/include/svga3d_devcaps.h

+ 3
- 3
src/gallium/drivers/svga/include/svga3d_devcaps.h View File

@@ -448,10 +448,10 @@ typedef enum {
SVGADX_DXFMT_MULTISAMPLE_8 )

typedef union {
Bool b;
SVGA3dBool b;
uint32 u;
int32 i;
float f;
int32 i;
float f;
} SVGA3dDevCapResult;

#endif /* _SVGA3D_DEVCAPS_H_ */

Loading…
Cancel
Save