Skip to content

Commit

Permalink
Lock the screen before doing its backup
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Aug 2, 2004
1 parent 54fdd1e commit 4d4de66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/video/gem/SDL_gemvideo.c
Expand Up @@ -520,11 +520,11 @@ static void GEM_ClearScreen(_THIS)
static void GEM_LockScreen(_THIS)
{
if (!GEM_locked) {
/* Reserve memory space, used to be sure of compatibility */
form_dial( FMD_START, 0,0,0,0, 0,0,VDI_w,VDI_h);
/* Lock AES */
wind_update(BEG_UPDATE);
wind_update(BEG_MCTRL);
/* Reserve memory space, used to be sure of compatibility */
form_dial( FMD_START, 0,0,0,0, 0,0,VDI_w,VDI_h);

GEM_locked=SDL_TRUE;
}
Expand Down

0 comments on commit 4d4de66

Please sign in to comment.