Subversion Repositories Kolibri OS

Rev

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

Rev 255 Rev 485
Line 10... Line 10...
10
 
10
 
11
      mov eax, 37
11
      mov eax, 37
12
      mov ebx, 4
12
      mov ebx, 4
13
      mov ecx,brush_cursor
13
      mov ecx,brush_cursor
14
      mov edx,1
14
      mov edx,1
Line 15... Line 15...
15
      int 0x40
15
      mcall
16
 
16
 
17
      mov ebx,[PointerToCursorsID]
17
      mov ebx,[PointerToCursorsID]
Line 18... Line 18...
18
      mov [ebx],eax
18
      mov [ebx],eax
19
      add [PointerToCursorsID],4
19
      add [PointerToCursorsID],4
20
 
20
 
21
      mov eax, 37
21
      mov eax, 37
22
      mov ebx, 4
22
      mov ebx, 4
Line 23... Line 23...
23
      mov ecx,flood_fill_cursor
23
      mov ecx,flood_fill_cursor
24
      mov edx,1
24
      mov edx,1
25
      int 0x40
25
      mcall
Line 26... Line 26...
26
 
26
 
27
      mov ebx,[PointerToCursorsID]
27
      mov ebx,[PointerToCursorsID]
28
      mov [ebx],eax
28
      mov [ebx],eax
29
      add [PointerToCursorsID],4
29
      add [PointerToCursorsID],4
30
 
30
 
Line 31... Line 31...
31
      mov eax, 37
31
      mov eax, 37
32
      mov ebx, 4
32
      mov ebx, 4
33
      mov ecx,lastik_cursor
33
      mov ecx,lastik_cursor
Line 34... Line 34...
34
      mov edx,1
34
      mov edx,1
35
      int 0x40
35
      mcall
36
 
36
 
37
      mov ebx,[PointerToCursorsID]
37
      mov ebx,[PointerToCursorsID]
38
      mov [ebx],eax
38
      mov [ebx],eax
Line 39... Line 39...
39
      add [PointerToCursorsID],4
39
      add [PointerToCursorsID],4
40
 
40
 
41
 
41
 
Line 42... Line 42...
42
      mov eax, 37
42
      mov eax, 37
43
      mov ebx, 4
43
      mov ebx, 4
44
      mov ecx,other_cursor
44
      mov ecx,other_cursor
45
      mov edx,1
45
      mov edx,1
46
      int 0x40
46
      mcall
Line 47... Line 47...
47
 
47
 
48
 
48
 
49
      mov ebx,[PointerToCursorsID]
49
      mov ebx,[PointerToCursorsID]
Line 50... Line 50...
50
      mov [ebx],eax
50
      mov [ebx],eax
51
      add [PointerToCursorsID],4
51
      add [PointerToCursorsID],4
52
 
52
 
53
      mov eax, 37
53
      mov eax, 37
54
      mov ebx, 4
54
      mov ebx, 4
Line 55... Line 55...
55
      mov ecx,pencil_cursor
55
      mov ecx,pencil_cursor
56
      mov edx,1
56
      mov edx,1
57
      int 0x40
57
      mcall
Line 58... Line 58...
58
 
58
 
59
 
59
 
60
      mov ebx,[PointerToCursorsID]
60
      mov ebx,[PointerToCursorsID]
61
      mov [ebx],eax
61
      mov [ebx],eax
62
      add [PointerToCursorsID],4
62
      add [PointerToCursorsID],4
Line 63... Line 63...
63
 
63
 
64
      mov eax, 37
64
      mov eax, 37
65
      mov ebx, 4
65
      mov ebx, 4
Line 66... Line 66...
66
      mov ecx,pipette_cursor
66
      mov ecx,pipette_cursor
67
      mov edx,1
67
      mov edx,1
68
      int 0x40
68
      mcall
69
 
69
 
70
      mov ebx,[PointerToCursorsID]
70
      mov ebx,[PointerToCursorsID]
Line 71... Line 71...
71
      mov [ebx],eax
71
      mov [ebx],eax
72
      add [PointerToCursorsID],4
72
      add [PointerToCursorsID],4
73
 
73
 
Line 286... Line 286...
286
      add eax,ebx
286
      add eax,ebx
287
      mov ecx,[eax]
287
      mov ecx,[eax]
Line 288... Line 288...
288
 
288
 
289
      mov eax, 37
289
      mov eax, 37
290
      mov ebx, 5
290
      mov ebx, 5
Line 291... Line 291...
291
      int 0x40
291
      mcall
Line 292... Line 292...
292
 
292
 
Line 310... Line 310...
310
     mov eax,[PointerToCursorsID]
310
     mov eax,[PointerToCursorsID]
311
     mov ecx,[eax]
311
     mov ecx,[eax]
Line 312... Line 312...
312
 
312
 
313
     mov eax,37
313
     mov eax,37
314
     mov ebx,6
314
     mov ebx,6
Line 315... Line 315...
315
     int 0x40
315
     mcall
Line 316... Line 316...
316
 
316
 
317
     add [PointerToCursorsID],4
317
     add [PointerToCursorsID],4