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
* Renamed cucul/char.c into cucul/canvas.c because I'm adding stuff there
that is a bit more high level than characters.
tags/v0.99.beta14
Sam Hocevar
sam
18 years ago
parent
2c80bf875b
commit
6b0f180e2f
2 changed files
with
5 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cucul/Makefile.am
+4
-3
cucul/canvas.c
+ 1
- 1
cucul/Makefile.am
View File
@@ -8,7 +8,7 @@ libcucul_la_SOURCES = \
cucul.c \
cucul.h \
cucul_internals.h \
c
har
.c \
c
anvas
.c \
charset.c \
math.c \
line.c \
cucul/char.c → cucul/canvas.c
View File
@@ -9,12 +9,13 @@
* http://sam.zoy.org/wtfpl/COPYING for more details.
*/
/** \file c
har
.c
/** \file c
anvas
.c
* \version \$Id$
* \author Sam Hocevar <sam@zoy.org>
* \brief C
haracter
drawing
* \brief C
anvas
drawing
*
* This file contains character and string drawing functions.
* This file contains various canvas handling functions such as character
* and string drawing.
*/
#include "config.h"
Write
Preview
Loading…
Cancel
Save