This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* Differentiate between • and ● in the X11 rendering overrides.
tags/v0.99.beta14
Sam Hocevar
sam
17 years ago
parent
1e67bd5400
commit
a6cb886e4a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
caca/driver_x11.c
+ 1
- 1
caca/driver_x11.c
View File
@@ -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)
Write
Preview
Loading…
Cancel
Save