ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Client.xs
(Generate patch)

Comparing deliantra/Deliantra-Client/Client.xs (file contents):
Revision 1.308 by root, Fri Jul 29 08:35:35 2011 UTC vs.
Revision 1.310 by root, Tue Dec 27 07:23:33 2011 UTC

580 580
581static void 581static void
582deliantra_main () 582deliantra_main ()
583{ 583{
584 char *argv[] = { 0 }; 584 char *argv[] = { 0 };
585 call_argv ("::main", G_DISCARD | G_VOID, argv); 585 call_argv ("DC::Main::main", G_DISCARD | G_VOID, argv);
586} 586}
587 587
588#ifdef __MACOSX__ 588#ifdef __MACOSX__
589 /* to due surprising braindamage on the side of SDL design, we 589 /* to due surprising braindamage on the side of SDL design, we
590 * do some mind-boggling hack here: SDL requires a custom main() 590 * do some mind-boggling hack here: SDL requires a custom main()
591 * on OS X, so... we provide one and call the original main(), which, 591 * on OS X, so... we provide one and call the original main(), which,
592 * due to share dlibrary magic, calls -lSDLmain's main, not perl's main, 592 * due to shared library magic, calls -lSDLmain's main, not perl's main,
593 * and which calls our main (== SDL_main) back. 593 * and which calls our main (== SDL_main) back.
594 */ 594 */
595 extern C_LINKAGE int 595 extern C_LINKAGE int
596 main (int argc, char *argv[]) 596 main (int argc, char *argv[])
597 { 597 {
1139 OUTPUT: 1139 OUTPUT:
1140 RETVAL 1140 RETVAL
1141 1141
1142void 1142void
1143IMG_Init (int flags = IMG_INIT_JPG | IMG_INIT_PNG) 1143IMG_Init (int flags = IMG_INIT_JPG | IMG_INIT_PNG)
1144
1145void
1146Mix_Init (int flags = MIX_INIT_MOD | MIX_INIT_MP3 | MIX_INIT_OGG)
1144 1147
1145void 1148void
1146load_image_inline (SV *image_) 1149load_image_inline (SV *image_)
1147 ALIAS: 1150 ALIAS:
1148 load_image_file = 1 1151 load_image_file = 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines