Subversion Repositories Kolibri OS

Rev

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

Rev 5202 Rev 5350
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 5202 $
8
$Revision: 5350 $
Line 9... Line 9...
9
 
9
 
Line 1139... Line 1139...
1139
 
1139
 
1140
;set draw data to full screen
1140
;set draw data to full screen
1141
        xor     eax, eax
1141
        xor     eax, eax
1142
        mov     [ecx+0], dword eax
1142
        mov     [ecx+0], dword eax
1143
        mov     [ecx+4], dword eax
1143
        mov     [ecx+4], dword eax
1144
        mov     eax, [Screen_Max_X]
1144
        mov     eax, [screen_workarea.right]
1145
        mov     [ecx+8], eax
1145
        mov     [ecx+8], eax
1146
        mov     eax, [Screen_Max_Y]
1146
        mov     eax, [screen_workarea.bottom]
Line 1147... Line 1147...
1147
        mov     [ecx+12], eax
1147
        mov     [ecx+12], eax
1148
 
1148
 
1149
        mov     ebx, [pl0_stack]
1149
        mov     ebx, [pl0_stack]