Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Merged r3044:3045 from branches/SDL-1.2: directfb reported screen siz…
Browse files Browse the repository at this point in the history
…e fix.
  • Loading branch information
icculus committed Jun 4, 2007
1 parent b5db88c commit 8d84245
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/directfb/SDL_DirectFB_video.c
Expand Up @@ -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;
Expand Down

0 comments on commit 8d84245

Please sign in to comment.