Subversion Repositories Kolibri OS

Rev

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

Rev 41 Rev 45
Line 343... Line 343...
343
   no_skin_height:
343
   no_skin_height:
Line 344... Line 344...
344
 
344
 
345
        cmp     eax,5       ; get screen workarea
345
        cmp     eax,5       ; get screen workarea
346
        jne     no_get_workarea
346
        jne     no_get_workarea
-
 
347
        popad
-
 
348
 
-
 
349
        mov   eax,[0xfe00]
-
 
350
        mov   [screen_workarea.right],eax
-
 
351
        mov   eax,[0xfe04]
-
 
352
        mov   [screen_workarea.bottom],eax
347
        popad
353
 
348
        mov     eax,[screen_workarea.left-2]
354
        mov     eax,[screen_workarea.left-2]
349
        mov     ax,word[screen_workarea.right]
355
        mov     ax,word[screen_workarea.right]
350
        mov     [esp+36],eax
356
        mov     [esp+36],eax
351
        mov     eax,[screen_workarea.top-2]
357
        mov     eax,[screen_workarea.top-2]