Subversion Repositories Kolibri OS

Rev

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

Rev 1702 Rev 2074
Line 67... Line 67...
67
;include 'MACROS.INC'
67
;include 'MACROS.INC'
68
;include 'load_lib.mac'
68
;include 'load_lib.mac'
Line 69... Line 69...
69
 
69
 
Line 70... Line 70...
70
@use_library
70
@use_library
Line 71... Line 71...
71
 
71
 
72
include 'debug.inc'
72
;include 'debug.inc'
73
 
73
 
74
if ~ RENDER eq PIX
74
if ~ RENDER eq PIX
Line 480... Line 480...
480
;---------------------------------------------------------------------
480
;---------------------------------------------------------------------
Line 481... Line 481...
481
 
481
 
Line 482... Line 482...
482
draw_window:
482
draw_window:
-
 
483
 
-
 
484
    mcall 9, procinfo2, -1
-
 
485
    test [procinfo2.wnd_state], 0x04
-
 
486
    jz   @f
-
 
487
    mcall 0, <10,WINW>, <100,WINH>, WIN_COLOR,0x80000000, window_title
483
 
488
    ret
484
    mcall 9, procinfo2, -1
489
  @@:
Line 485... Line 490...
485
    mov  edx, -1
490
    mov  edx, -1
486
    mov  esi, -1
491
    mov  esi, -1