Subversion Repositories Kolibri OS

Rev

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

Rev 496 Rev 551
Line 673... Line 673...
673
  if SKIP eq 0
673
  if SKIP eq 0
674
    mov  ecx,WIN_Y
674
    mov  ecx,WIN_Y
675
  else
675
  else
676
    mov  ecx,WIN_Y-15
676
    mov  ecx,WIN_Y-15
677
  end if
677
  end if
678
    mov  edx,0x13aabbcc 	   ; 梥â à ¡®ç¥© ®¡« á⨠ RRGGBB,8->color gl
678
    mov  edx,0x14aabbcc 	   ; 梥â à ¡®ç¥© ®¡« á⨠ RRGGBB,8->color gl
679
    mov  edi,title		   ; § £®«®¢®ª
679
    mov  edi,title		   ; § £®«®¢®ª
680
    mcall
680
    mcall
681
    call draw_week
681
    call draw_week
Line 682... Line 682...
682
 
682