comparison src/video/bwindow/SDL_sysvideo.cc @ 2735:204be4fc2726

Final merge of Google Summer of Code 2008 work... Port SDL 1.3 to the Nintendo DS by Darren Alton, mentored by Sam Lantinga
author Sam Lantinga <slouken@libsdl.org>
date Wed, 27 Aug 2008 15:10:03 +0000
parents 2c835d58faad
children 99210400e8b9
comparison
equal deleted inserted replaced
2734:dd25eabe441c 2735:204be4fc2726
668 B_SYMBOL_TYPE_ANY, &location) == B_OK) { 668 B_SYMBOL_TYPE_ANY, &location) == B_OK) {
669 _this->gl_config.dll_handle = (void *) cookie; 669 _this->gl_config.dll_handle = (void *) cookie;
670 _this->gl_config.driver_loaded = 1; 670 _this->gl_config.driver_loaded = 1;
671 SDL_strlcpy(_this->gl_config.driver_path, 671 SDL_strlcpy(_this->gl_config.driver_path,
672 "libGL.so", 672 "libGL.so",
673 SDL_arraysize(_this->gl_config. 673 SDL_arraysize(_this->
674 driver_path)); 674 gl_config.driver_path));
675 } 675 }
676 } 676 }
677 } 677 }
678 } else { 678 } else {
679 /* 679 /*