aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'ecp5/gfx.h')
-rw-r--r--ecp5/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp5/gfx.h b/ecp5/gfx.h
index d880b06e..e9ec6133 100644
--- a/ecp5/gfx.h
+++ b/ecp5/gfx.h
@@ -435,7 +435,7 @@ enum GfxTileWireId
TILE_WIRE_G_HPBX1500,
};
-void gfxTileWire(std::vector<GraphicElement> &g, int x, int y, IdString wire_type, GfxTileWireId tilewire, GraphicElement::style_t style);
+void gfxTileWire(std::vector<GraphicElement> &g, int x, int y, int w, int h, IdString wire_type, GfxTileWireId tilewire, GraphicElement::style_t style);
NEXTPNR_NAMESPACE_END