- Added support for Mac OSX system fonts in texte.c.

- Inverted the "AntiAlias" and "No AA" labels so it's more intuitive that way.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@349 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Franck Charlet
2008-11-16 00:50:14 +00:00
parent 9f8381593a
commit 415b878844
6 changed files with 142 additions and 62 deletions

View File

@@ -552,7 +552,7 @@ word Conversion_ANSI(SDL_keysym Sym)
{
return(SDLK_BACKSPACE);
}
// We make to difference between return & enter in the app context.
// We don't make any difference between return & enter in the app context.
if(Sym.unicode == 3)
{
return(SDLK_RETURN);