Subversion Repositories Kolibri OS

Rev

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

Rev 9910 Rev 9911
Line 4... Line 4...
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 8... Line 8...
8
 
8
 
Line 9... Line 9...
9
$Revision: 9910 $
9
$Revision: 9911 $
10
 
10
 
11
;==============================================================================
11
;==============================================================================
Line 275... Line 275...
275
        rep movsb
275
        rep movsb
276
        ret
276
        ret
Line 277... Line 277...
277
 
277
 
278
.getCaptionHeight:
278
.getCaptionHeight:
279
        mov     eax, [_skinh]
279
        mov     eax, [_skinh]
280
        mov     [esp + 32], eax
280
        mov     [esp + SYSCALL_STACK.eax], eax
Line 281... Line 281...
281
        ret
281
        ret
282
 
282
 
283
.getScreenWorkingArea:
283
.getScreenWorkingArea: