- Enabled the support for text in macosx version albeit it doesn't seem to do anything yet beside displaying a dialog window (updated the xcode project accordingly by installing SDL_ttf with the application).

.- Added a Backup() in Rectangle_Degrade_12_0() so the undo command should work.


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@316 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Franck Charlet
2008-10-28 10:34:46 +00:00
parent 72c42b92ce
commit af9e862b5d
7 changed files with 137 additions and 115 deletions

View File

@@ -28,10 +28,14 @@
// TrueType
#ifndef NOTTF
#ifdef __macosx__
#include <SDL_ttf/SDL_ttf.h>
#else
#include <SDL/SDL_ttf.h>
#endif
// SFont
#endif
#include <SDL/SDL_image.h>
// SFont
#include "SFont.h"
#include "struct.h"