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 src/blit.c into src/bitmap.c.
tags/v0.99.beta14
Sam Hocevar
sam
21 years ago
parent
bd91448d90
commit
2fff2b9b74
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Makefile.am
+1
-1
src/bitmap.c
+ 1
- 1
src/Makefile.am
View File
@@ -17,7 +17,7 @@ libcaca_a_SOURCES = \
conic.c \
triangle.c \
sprite.c \
b
l
it.c \
bit
map
.c \
$(NULL)
if NEED_PIC
src/blit.c → src/bitmap.c
View File
@@ -19,7 +19,7 @@
* 02111-1307 USA
*/
/** \file b
l
it.c
/** \file bit
map
.c
* \version \$Id$
* \author Sam Hocevar <sam@zoy.org>
* \brief Bitmap functions
Write
Preview
Loading…
Cancel
Save