comparison src/video/fbcon/SDL_fbelo.c @ 2669:e27bdcc80744 gsoc2008_nds

First commit. Added header configs for DS as well as a Makefile. Initial work on framebuffer video driver, currently not functioning as desired.
author Darren Alton <dalton@stevens.edu>
date Tue, 10 Jun 2008 06:45:39 +0000
parents c121d94672cb
children 99210400e8b9
comparison
equal deleted inserted replaced
2668:bb3241de289e 2669:e27bdcc80744
266 } 266 }
267 267
268 if (result == 0) { 268 if (result == 0) {
269 i--; 269 i--;
270 } 270 }
271 } 271 } while (!ok && (i > 0));
272 while (!ok && (i > 0));
273 272
274 return ok; 273 return ok;
275 } 274 }
276 275
277 276