Renamed filedata to format_options

This commit is contained in:
David Capello 2008-03-29 04:35:30 +00:00
parent eb26972a11
commit c090bde1ee
9 changed files with 9 additions and 8 deletions

View File

@ -1,5 +1,7 @@
2008-03-29 David A. Capello <dacap@users.sourceforge.net>
* src/file/format_options.c: Renamed filedata to format_options.
* src/file/jpeg_format.c (getdata_JPEG): Added from configure_jpeg.
* src/file/filedata.h (JpegData): Added.

View File

@ -9,8 +9,7 @@ Next beta
+ quick_copy
+ quick_swap
- search for "TODO remove me"
- add the progress bar for effects and save-file.
- fix colors
- fix colors (Background layer never with alpha < 255)
- tooltips for color-bar.
+ agregar soporte para UNDO al cambiar los colores de la paleta.

View File

@ -106,9 +106,9 @@ COMMON_SOURCES = \
src/file/ase_format.c \
src/file/bmp_format.c \
src/file/file.c \
src/file/filedata.c \
src/file/fli/fli.c \
src/file/fli_format.c \
src/file/format_options.c \
src/file/gif/format.c \
src/file/gif/lzw.c \
src/file/gif_format.c \

View File

@ -23,7 +23,7 @@
#include <allegro/color.h>
#include "file/file.h"
#include "file/filedata.h"
#include "file/format_options.h"
#include "raster/raster.h"
static bool load_BMP(FileOp *fop);

View File

@ -30,7 +30,7 @@
#include "core/app.h"
#include "core/core.h"
#include "file/file.h"
#include "file/filedata.h"
#include "file/format_options.h"
#include "modules/gui.h"
#include "modules/palettes.h"
#include "raster/raster.h"

View File

@ -22,7 +22,7 @@
#include "jinete/jbase.h"
#include "file/filedata.h"
#include "file/format_options.h"
FormatOptions *format_options_new(int type, int size)
{

View File

@ -28,7 +28,7 @@
#include "core/cfg.h"
#include "core/core.h"
#include "file/file.h"
#include "file/filedata.h"
#include "file/format_options.h"
#include "modules/gui.h"
#include "raster/raster.h"
#include "script/script.h"

View File

@ -24,7 +24,7 @@
#include "jinete/jlist.h"
#include "jinete/jmutex.h"
#include "file/filedata.h"
#include "file/format_options.h"
#include "modules/palettes.h"
#include "raster/raster.h"
#include "util/boundary.h"