Browse Source

* Rename sprite.c into frame.c.

tags/v0.99.beta14
Sam Hocevar sam 18 years ago
parent
commit
042635640c
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cucul/Makefile.am
  2. +0
    -0
      cucul/frame.c

+ 1
- 1
cucul/Makefile.am View File

@@ -23,7 +23,7 @@ libcucul_la_SOURCES = \
box.c \ box.c \
conic.c \ conic.c \
triangle.c \ triangle.c \
sprite.c \
frame.c \
dither.c \ dither.c \
font.c \ font.c \
font_mono9.h \ font_mono9.h \


cucul/sprite.c → cucul/frame.c View File


Loading…
Cancel
Save