Subversion Repositories Kolibri OS

Rev

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

Rev 5755 Rev 5771
Line 193... Line 193...
193
        mov     [URLbox.pos], edi
193
        mov     [URLbox.pos], edi
194
        call    open_connection
194
        call    open_connection
195
  @@:
195
  @@:
Line 196... Line 196...
196
 
196
 
197
; Present the user with the GUI and wait for network connection
197
; Present the user with the GUI and wait for network connection
Line 198... Line 198...
198
        call    draw_gui.first_time
198
        jmp     draw_gui.first_time
-
 
199
 
199
 
200
; Create main window
Line 200... Line 201...
200
; Create main window
201
connected:
201
        mcall   71, 1, name             ; reset window caption (add server name)
202
        mcall   71, 1, name             ; reset window caption (add server name)
202
 
203
 
203
        mov     edx, dword[screen]
204
        mov     edx, dword[screen]
204
        movzx   esi, dx
205
        movzx   esi, dx
205
        shr     edx, 16
206
        shr     edx, 16
Line 206... Line 207...
206
        add     edx, 2*xpos
207
        add     edx, 2*xpos
Line 207... Line 208...
207
        add     esi, ypos+xpos
208
        add     esi, ypos+xpos
Line 208... Line 209...
208
        mcall   67, 10, 10              ; resize the window
209
        mcall   67, 10, 10              ; resize the window