Parcourir la 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 il y a 7 ans
Parent
révision
94610758a3
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3
    3
      src/gallium/drivers/svga/include/svga3d_devcaps.h

+ 3
- 3
src/gallium/drivers/svga/include/svga3d_devcaps.h Voir le fichier

@@ -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_ */

Chargement…
Annuler
Enregistrer