diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-23 17:33:29 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-28 10:25:12 +0200 |
commit | d77ad9da63185c139baec7e07c2449a040d43448 (patch) | |
tree | 93265875bef346a242ae227a6f6d5fcd75685f3c /src/mesa/main/polygon.h | |
parent | d700ade81a8a88bb6eb07f271ba9b554e73d27b8 (diff) |
mesa: add front_face() helper
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/polygon.h')
-rw-r--r-- | src/mesa/main/polygon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/polygon.h b/src/mesa/main/polygon.h index 78c7f711642..b9570cd1883 100644 --- a/src/mesa/main/polygon.h +++ b/src/mesa/main/polygon.h @@ -46,7 +46,7 @@ extern void GLAPIENTRY _mesa_CullFace(GLenum mode); extern void GLAPIENTRY -_mesa_FrontFace( GLenum mode ); +_mesa_FrontFace(GLenum mode); extern void GLAPIENTRY _mesa_PolygonMode( GLenum face, GLenum mode ); |