Merged r3044:3045 from branches/SDL-1.2: directfb reported screen size fix.
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402331
This commit is contained in:
parent
3ed9f2bf42
commit
bbea62b8b9
1 changed files with 2 additions and 0 deletions
|
@ -453,6 +453,8 @@ DirectFB_VideoInit(_THIS, SDL_PixelFormat * vformat)
|
|||
this->info.blit_hw_A = 1;
|
||||
this->info.blit_fill = 1;
|
||||
this->info.video_mem = caps.video_memory / 1024;
|
||||
this->info.current_w = dlc.width;
|
||||
this->info.current_h = dlc.height;
|
||||
|
||||
HIDDEN->initialized = 1;
|
||||
HIDDEN->dfb = dfb;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue