Subversion Repositories Kolibri OS

Rev

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

Rev 9848 Rev 9925
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2022. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2022. 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: 9848 $
8
$Revision: 9925 $
Line 9... Line 9...
9
 
9
 
Line 349... Line 349...
349
align 64
349
align 64
350
fpu_data:
350
fpu_data:
351
        rb  0xa80       ; bochs avx512
351
        rb  0xa80       ; bochs avx512
352
fpu_data_size = $ - fpu_data
352
fpu_data_size = $ - fpu_data
353
draw_data:
353
draw_data:
354
        rb  32*256
354
        rb  sizeof.WDATA*256
355
BPSLine_calc_area   rd  MAX_SCREEN_HEIGHT
355
BPSLine_calc_area   rd  MAX_SCREEN_HEIGHT
356
d_width_calc_area   rd  MAX_SCREEN_HEIGHT
356
d_width_calc_area   rd  MAX_SCREEN_HEIGHT
357
mouseunder          rd  16*24
357
mouseunder          rd  16*24
Line 358... Line 358...
358
 
358