Subversion Repositories Kolibri OS

Rev

Rev 41 | Rev 75 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 41 Rev 52
Line 303... Line 303...
303
 
303
 
304
        pushad
304
        pushad
305
        test  edi,1                 ; force ?
305
        test  edi,1                 ; force ?
306
        jnz   .forced
306
        jnz   .forced
-
 
307
      ; not forced:
307
      ; not forced:
308
        push  ecx               ; save 24th bit in case negative pixel wanted
308
        call  checkpixel
309
        call  checkpixel
-
 
310
        test  ecx,ecx
309
        test  ecx,ecx
311
        pop   ecx
310
        jnz   .exit
312
        jnz   .exit
311
      .forced:
313
      .forced:
312
        cmp   [ScreenWidth], eax
314
        cmp   [ScreenWidth], eax
313
        jb    .exit
315
        jb    .exit