diff options
Diffstat (limited to 'gui/fpgaviewwidget.h')
-rw-r--r-- | gui/fpgaviewwidget.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gui/fpgaviewwidget.h b/gui/fpgaviewwidget.h index 0342bb8a..c281fd77 100644 --- a/gui/fpgaviewwidget.h +++ b/gui/fpgaviewwidget.h @@ -34,8 +34,7 @@ NEXTPNR_NAMESPACE_BEGIN // Vertex2DPOD is a structure of X, Y coordinates that can be passed to OpenGL // directly. -NPNR_PACKED_STRUCT(struct Vertex2DPOD -{ +NPNR_PACKED_STRUCT(struct Vertex2DPOD { GLfloat x; GLfloat y; @@ -44,8 +43,7 @@ NPNR_PACKED_STRUCT(struct Vertex2DPOD // Vertex2DPOD is a structure of R, G, B, A values that can be passed to OpenGL // directly. -NPNR_PACKED_STRUCT(struct ColorPOD -{ +NPNR_PACKED_STRUCT(struct ColorPOD { GLfloat r; GLfloat g; GLfloat b; |