Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
cacalabs
/
libcaca
peilaus alkaen
https://github.com/cacalabs/libcaca.git
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
7
Wiki
Toiminta
Selaa lähdekoodia
* Differentiate between • and ● in the X11 rendering overrides.
tags/v0.99.beta14
Sam Hocevar
sam
17 vuotta sitten
vanhempi
1e67bd5400
commit
a6cb886e4a
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
caca/driver_x11.c
+ 1
- 1
caca/driver_x11.c
Näytä tiedosto
@@ -718,7 +718,7 @@ static void x11_put_glyph(caca_display_t *dp, int x, int y, int yoff,
{
int d, xo, yo;
d = fw;
d = fw
>> (~ch & 0x1)
;
/* XXX: hack */
if(h < fw)
d = h;
if(d < 1)
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna