]> git.jsancho.org Git - gacela.git/commitdiff
Using utf8.
authorjsancho <devnull@localhost>
Tue, 27 Dec 2011 20:28:27 +0000 (20:28 +0000)
committerjsancho <devnull@localhost>
Tue, 27 Dec 2011 20:28:27 +0000 (20:28 +0000)
src/sdl.c

index b46a5521d6b9d73ea6e441fe2e1c7e4bd80589a2..0f96fb80cc045360ee459ec233e2338882d25dcf 100644 (file)
--- a/src/sdl.c
+++ b/src/sdl.c
@@ -274,8 +274,8 @@ gacela_SDL_GetVideoInfo (void)
   info = SDL_GetVideoInfo ();
   vi = scm_list_n (SCM_UNDEFINED);
 
-  vi = scm_cons (scm_cons (scm_from_locale_symbol ("blit_hw"), scm_from_int (info->blit_hw)), vi);
-  vi = scm_cons (scm_cons (scm_from_locale_symbol ("hw_available"), scm_from_int (info->hw_available)), vi);
+  vi = scm_cons (scm_cons (scm_from_utf8_symbol ("blit_hw"), scm_from_int (info->blit_hw)), vi);
+  vi = scm_cons (scm_cons (scm_from_utf8_symbol ("hw_available"), scm_from_int (info->hw_available)), vi);
 
   return vi;
 }