comparison src/main/beos/SDL_BeApp.cc @ 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
76 } 76 }
77 } 77 }
78 78
79 do { 79 do {
80 SDL_Delay(10); 80 SDL_Delay(10);
81 } 81 } while ((be_app == NULL) || be_app->IsLaunching());
82 while ((be_app == NULL) || be_app->IsLaunching());
83 82
84 /* Mark the application active */ 83 /* Mark the application active */
85 SDL_BeAppActive = 0; 84 SDL_BeAppActive = 0;
86 } 85 }
87 86