Subversion Repositories Kolibri OS

Rev

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

Rev 4105 Rev 4199
Line 69... Line 69...
69
format binary as "mnt"
69
format binary as "mnt"
Line 70... Line 70...
70
 
70
 
71
include 'macros.inc'
71
include 'macros.inc'
Line 72... Line 72...
72
include 'struct.inc'
72
include 'struct.inc'
Line 73... Line 73...
73
 
73
 
74
$Revision: 4105 $
74
$Revision: 4199 $
Line 696... Line 696...
696
        mov     [BgrDataWidth], eax
696
        mov     [BgrDataWidth], eax
697
        mov     [BgrDataHeight], eax
697
        mov     [BgrDataHeight], eax
698
        mov     [mem_BACKGROUND], 4
698
        mov     [mem_BACKGROUND], 4
699
        mov     [img_background], static_background_data
699
        mov     [img_background], static_background_data
Line -... Line 700...
-
 
700
 
-
 
701
; set clipboard
-
 
702
 
-
 
703
        xor     eax, eax
-
 
704
        mov     [clipboard_slots], eax
-
 
705
        mov     [clipboard_write_lock], eax
-
 
706
        stdcall kernel_alloc, 4096
-
 
707
        test    eax, eax
-
 
708
        jnz     @f
-
 
709
 
-
 
710
        dec     eax
-
 
711
@@:
-
 
712
        mov     [clipboard_main_list], eax
700
 
713
 
Line 701... Line 714...
701
; SET UP OS TASK
714
; SET UP OS TASK
702
 
715