Removed completely non-portable event thread hack.
Next I'll be working on generalizing the event sources and making the event queue lock-free. :)
This commit is contained in:
parent
95dbe47cf3
commit
c3daf0f0cd
16 changed files with 44 additions and 227 deletions
|
@ -60,7 +60,7 @@ int main(int argc,char** argv) {
|
|||
exit(-1);
|
||||
}
|
||||
|
||||
if(SDL_VideoInit(NULL,0) == -1) {
|
||||
if(SDL_VideoInit(NULL) == -1) {
|
||||
printf("Could not initialize SDL video.\n");
|
||||
exit(-2);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue