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
* Increased cacamoir circle thikness by 50%, because it currently really
sucks in small resolutions.
tags/v0.99.beta14
Sam Hocevar
sam
19 years ago
parent
788bec7de8
commit
2453a988e4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/cacamoir.c
+ 1
- 1
src/cacamoir.c
View File
@@ -26,7 +26,7 @@
#define YSIZ 256
#define DISCSIZ 512
#define DISCTHICKNESS 6
4
#define DISCTHICKNESS
9
6
static unsigned char screen[XSIZ * YSIZ];
static unsigned char disc[DISCSIZ * DISCSIZ];
Write
Preview
Loading…
Cancel
Save