Attempting to debug/fix SDL_Pango stuff.

Added icon for Kalidescope magic tool.
Added Canada map starter.
Added Japan map starter.
Improved comments near gettext() calls to improve POT and PO files.
Regenerated PO files and POT file.
Added .cvsignore to make sure tp_magic_api.h (which is generated) isn't noticed.
This commit is contained in:
William Kendrick 2007-07-17 18:41:16 +00:00
parent 21d9cf24be
commit 21ea42f38f
93 changed files with 21568 additions and 10201 deletions

View file

@ -67,12 +67,12 @@ typedef enum {
SDLPANGO_ALIGN_RIGHT
} SDLPango_Alignment;
extern DECLSPEC int SDLCALL SDLPango_Init();
extern DECLSPEC int SDLCALL SDLPango_Init(void);
extern DECLSPEC int SDLCALL SDLPango_WasInit();
extern DECLSPEC int SDLCALL SDLPango_WasInit(void);
extern DECLSPEC SDLPango_Context* SDLCALL SDLPango_CreateContext_GivenFontDesc(const char* font_desc);
extern DECLSPEC SDLPango_Context* SDLCALL SDLPango_CreateContext();
extern DECLSPEC SDLPango_Context* SDLCALL SDLPango_CreateContext(void);
extern DECLSPEC void SDLCALL SDLPango_FreeContext(
SDLPango_Context *context);