mirror of https://github.com/adamdruppe/arsd.git
new dmd requirement
This commit is contained in:
parent
28e9587730
commit
12ed2e3f36
2
ttf.d
2
ttf.d
|
@ -1201,7 +1201,7 @@ static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__edge *e,
|
||||||
STBTT_free(scanline, userdata);
|
STBTT_free(scanline, userdata);
|
||||||
}
|
}
|
||||||
|
|
||||||
extern(C) int stbtt__edge_compare(const void *p, const void *q)
|
extern(C) int stbtt__edge_compare(scope const void *p, scope const void *q)
|
||||||
{
|
{
|
||||||
stbtt__edge *a = cast(stbtt__edge *) p;
|
stbtt__edge *a = cast(stbtt__edge *) p;
|
||||||
stbtt__edge *b = cast(stbtt__edge *) q;
|
stbtt__edge *b = cast(stbtt__edge *) q;
|
||||||
|
|
Loading…
Reference in New Issue