Subversion Repositories Kolibri OS

Rev

Rev 5676 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5676 Rev 7262
Line 35... Line 35...
35
  $int 0x40
35
  $int 0x40
36
}
36
}
Line 37... Line 37...
37
 
37
 
38
dword CustomCursor::Restore()
38
dword CustomCursor::Restore()
-
 
39
{
39
{
40
  if (!CursorPointer) return;
40
  EAX = 37;
41
  EAX = 37;
41
  EBX = 5;
42
  EBX = 5;
42
  ECX = 0;
43
  ECX = 0;
-
 
44
  $int 0x40
43
  $int 0x40
45
  CursorPointer = 0;
Line 44... Line 46...
44
}
46
}
45
 
47
 
46
void CustomCursor::Delete()
48
void CustomCursor::Delete()