aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/gfx.h')
-rw-r--r--ice40/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/gfx.h b/ice40/gfx.h
index b0009b59..aa07c2fa 100644
--- a/ice40/gfx.h
+++ b/ice40/gfx.h
@@ -466,7 +466,7 @@ enum GfxTileWireId {
TILE_WIRE_SP12_H_L_23
};
-void gfxTileWire(std::vector<GraphicElement> &g, int x, int y, GfxTileWireId id);
+void gfxTileWire(std::vector<GraphicElement> &g, int x, int y, GfxTileWireId id, GraphicElement::style_t style);
NEXTPNR_NAMESPACE_END