Mercurial > sdl-ios-xcode
comparison src/video/directfb/SDL_DirectFB_video.c @ 2113:6264c973814a
Merged r3044:3045 from branches/SDL-1.2: directfb reported screen size fix.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 04 Jun 2007 11:17:46 +0000 |
parents | c121d94672cb |
children | 0e70b4b8cf84 |
comparison
equal
deleted
inserted
replaced
2112:024af473e643 | 2113:6264c973814a |
---|---|
451 this->info.blit_hw = 1; | 451 this->info.blit_hw = 1; |
452 this->info.blit_hw_CC = 1; | 452 this->info.blit_hw_CC = 1; |
453 this->info.blit_hw_A = 1; | 453 this->info.blit_hw_A = 1; |
454 this->info.blit_fill = 1; | 454 this->info.blit_fill = 1; |
455 this->info.video_mem = caps.video_memory / 1024; | 455 this->info.video_mem = caps.video_memory / 1024; |
456 this->info.current_w = dlc.width; | |
457 this->info.current_h = dlc.height; | |
456 | 458 |
457 HIDDEN->initialized = 1; | 459 HIDDEN->initialized = 1; |
458 HIDDEN->dfb = dfb; | 460 HIDDEN->dfb = dfb; |
459 HIDDEN->layer = layer; | 461 HIDDEN->layer = layer; |
460 HIDDEN->eventbuffer = events; | 462 HIDDEN->eventbuffer = events; |