Explorar el Código

* Differentiate between • and ● in the X11 rendering overrides.

tags/v0.99.beta14
Sam Hocevar sam hace 17 años
padre
commit
a6cb886e4a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      caca/driver_x11.c

+ 1
- 1
caca/driver_x11.c Ver fichero

@@ -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)


Cargando…
Cancelar
Guardar