comparison src/video/bwindow/SDL_sysvideo.cc @ 3013:8cc00819c8d6

Reverted Bob's indent checkin
author Sam Lantinga <slouken@libsdl.org>
date Sat, 10 Jan 2009 21:50:26 +0000
parents 8f4ed5ec2b06
children 3a8a452b49f0
comparison
equal deleted inserted replaced
3012:7e30c2dc7783 3013:8cc00819c8d6
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 /*