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 bitmap.c into dither.c.
tags/v0.99.beta14
Sam Hocevar
sam
18 years ago
parent
58ff9ea1f5
commit
5193172468
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cucul/Makefile.am
+1
-1
cucul/dither.c
+ 1
- 1
cucul/Makefile.am
View File
@@ -24,7 +24,7 @@ libcucul_la_SOURCES = \
conic.c \
triangle.c \
sprite.c \
bitmap
.c \
dither
.c \
export_irc.c \
export_ansi.c \
export_html.c \
cucul/bitmap.c → cucul/dither.c
View File
@@ -9,7 +9,7 @@
* http://sam.zoy.org/wtfpl/COPYING for more details.
*/
/** \file
bitmap
.c
/** \file
dither
.c
* \version \$Id$
* \author Sam Hocevar <sam@zoy.org>
* \brief Bitmap blitting
Write
Preview
Loading…
Cancel
Save