aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/gfx.h
diff options
context:
space:
mode:
authorSergiusz Bazanski <q3k@q3k.org>2018-07-12 20:24:00 +0100
committerSergiusz Bazanski <q3k@q3k.org>2018-07-12 20:24:00 +0100
commit681d82413191e5379bd5d0147d05a0879e005c49 (patch)
tree8c695352188dfa696ec9878816f06866f060ede2 /ice40/gfx.h
parent284b4750ee6a3a5a4e33590cbbccaaccfd2c5899 (diff)
parentf9ef4cd4bdeaccef6fd1522441be8fd0f80249c1 (diff)
downloadnextpnr-681d82413191e5379bd5d0147d05a0879e005c49.tar.gz
nextpnr-681d82413191e5379bd5d0147d05a0879e005c49.tar.bz2
nextpnr-681d82413191e5379bd5d0147d05a0879e005c49.zip
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/fix-zoom
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