Subversion Repositories Kolibri OS

Rev

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

Rev 142 Rev 154
Line 58... Line 58...
58
  mov   ebx,eax                  ; eax = cursor_x
58
  mov   ebx,eax                  ; eax = cursor_x
59
  shr   eax,16                   ; ebx = cursor_y
59
  shr   eax,16                   ; ebx = cursor_y
60
  and   ebx,0xffff
60
  and   ebx,0xffff
61
  mov   [curx1],eax              ; curx1 = cursor_x
61
  mov   [curx1],eax              ; curx1 = cursor_x
62
  mov   [cury1],ebx              ; cury1 = cursor_y
62
  mov   [cury1],ebx              ; cury1 = cursor_y
-
 
63
; \begin{diamond}[18.09.2006]
-
 
64
; ignore minimized windows
-
 
65
        test    [procinfo.wnd_state], 2
-
 
66
        jnz     ne_goden
-
 
67
; \end{diamond}[18.09.2006]
63
  mov   eax,[procinfo.x_start]   ; eax = wnd_x_start
68
  mov   eax,[procinfo.x_start]   ; eax = wnd_x_start
64
  mov   ebx,[procinfo.y_start]   ; ebx = wnd_y_start
69
  mov   ebx,[procinfo.y_start]   ; ebx = wnd_y_start
Line 65... Line 70...
65
 
70
 
66
  mov   ecx,[procinfo.x_size]
71
  mov   ecx,[procinfo.x_size]