Subversion Repositories Kolibri OS

Rev

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

Rev 465 Rev 479
Line 1... Line 1...
1
$Revision: 465 $
1
$Revision: 479 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                              ;;
3
;;                                                              ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
5
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
5
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
6
;; Distributed under terms of the GNU General Public License    ;;
6
;; Distributed under terms of the GNU General Public License    ;;
Line 967... Line 967...
967
	mov   [ebx*2 + WIN_POS], si
967
	mov   [ebx*2 + WIN_POS], si
968
	jmp   waloop2
968
	jmp   waloop2
969
      wacont2:
969
      wacont2:
970
	mov   [KEY_COUNT], byte 0	    ; empty keyboard buffer
970
	mov   [KEY_COUNT], byte 0	      ; empty keyboard buffer
971
	mov   [BTN_COUNT], byte 0	    ; empty button buffer
971
	mov   [BTN_COUNT], byte 0	      ; empty button buffer
-
 
972
	mov   [MOUSE_SCROLL_H], word 0  ; zero mouse z-index
-
 
973
	mov   [MOUSE_SCROLL_V], word 0  ; zero mouse z-index
972
	popad
974
	popad
973
	ret
975
	ret
Line 974... Line 976...
974
 
976