Subversion Repositories Kolibri OS

Rev

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

Rev 5411 Rev 6026
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                                 ;;
2
;;                                                                 ;;
3
;; Copyright (C) KolibriOS team 2004-2014. All rights reserved.    ;;
3
;; Copyright (C) KolibriOS team 2004-2016. All rights reserved.    ;;
4
;; Distributed under terms of the GNU General Public License       ;;
4
;; Distributed under terms of the GNU General Public License       ;;
5
;;                                                                 ;;
5
;;                                                                 ;;
6
;;   Written by hidnplayr@kolibrios.org                            ;;
6
;;   Written by hidnplayr@kolibrios.org                            ;;
7
;;                                                                 ;;
7
;;                                                                 ;;
8
;;         GNU GENERAL PUBLIC LICENSE                              ;;
8
;;         GNU GENERAL PUBLIC LICENSE                              ;;
Line 959... Line 959...
959
        cmp     al, ' '                 ; names list is separated with spaces
959
        cmp     al, ' '                 ; names list is separated with spaces
960
        jne     .namesloop
960
        jne     .namesloop
961
        jmp     .add
961
        jmp     .add
Line 962... Line 962...
962
 
962
 
963
  .done:
963
  .done:
964
        call    draw_channel_list
964
        call    draw_user_list
Line 965... Line 965...
965
  .fail:
965
  .fail:
Line 1057... Line 1057...
1057
        call    window_open
1057
        call    window_open
1058
        test    ebx, ebx
1058
        test    ebx, ebx
1059
        jz      .fail
1059
        jz      .fail
Line 1060... Line 1060...
1060
 
1060
 
1061
        mov     [window_active], ebx
1061
        mov     [window_active], ebx
1062
        call    draw_windowtabs
1062
        call    draw_window_tabs
1063
        pop     esi
1063
        pop     esi
1064
        call    print_asciiz
1064
        call    print_asciiz
1065
        mov     al, 10
1065
        mov     al, 10