Subversion Repositories Kolibri OS

Rev

Rev 3549 | Rev 3949 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3549 Rev 3618
Line 85... Line 85...
85
        dd      IM_END+2048             ; required amount of memory
85
        dd      IM_END+2048             ; required amount of memory
86
        dd      IM_END+2048
86
        dd      IM_END+2048
87
        dd      param
87
        dd      param
88
        dd      path
88
        dd      path
Line 89... Line 89...
89
 
89
 
90
include "../macros.inc"
90
include "../../macros.inc"
91
include "../proc32.inc"
91
include "../../proc32.inc"
92
include "../dll.inc"
92
include "../../dll.inc"
93
include "../network.inc"
93
include "../../network.inc"
94
include "../struct.inc"
94
include "../../struct.inc"
Line 95... Line 95...
95
include '../../develop/libraries/box_lib/trunk/box_lib.mac'
95
include '../../develop/libraries/box_lib/trunk/box_lib.mac'
96
 
96
 
97
struct  window
97
struct  window
Line 424... Line 424...
424
        edit_box_key     ,'edit_box_key'        ,\
424
        edit_box_key     ,'edit_box_key'        ,\
425
        edit_box_mouse   ,'edit_box_mouse'      ,\
425
        edit_box_mouse   ,'edit_box_mouse'      ,\
426
        scrollbar_v_draw ,'scrollbar_v_draw'    ,\
426
        scrollbar_v_draw ,'scrollbar_v_draw'    ,\
427
        scrollbar_v_mouse,'scrollbar_v_mouse'
427
        scrollbar_v_mouse,'scrollbar_v_mouse'
Line 428... Line -...
428
 
-
 
429
 
-
 
430
usercommand     db '/server chat.freenode.net', 0
-
 
431
                rb MAX_COMMAND_LEN
-
 
432
 
428
 
Line 433... Line 429...
433
I_END:
429
I_END:
434
 
430
 
435
        ;         width, left, top
431
        ;         width, left, top
436
edit1   edit_box  0, 0, 0, 0xffffff, 0x6f9480, 0, 0, 0, USERCMD_MAX_SIZE, usercommand, mouse_dd, ed_focus, 25, 25
432
edit1   edit_box  0, 0, 0, 0xffffff, 0x6f9480, 0, 0, 0, USERCMD_MAX_SIZE, usercommand, mouse_dd, ed_focus, 25, 25
437
        ;         xsize, xpos, ysize, ypos, max, cur, pos, bgcol, frcol, linecol
433
        ;         xsize, xpos, ysize, ypos, max, cur, pos, bgcol, frcol, linecol
Line -... Line 434...
-
 
434
scroll1 scrollbar SCROLLBAR_WIDTH, 300, 150, TOP_Y, 10, 100, 0, 0, 0, 0, 0, 1
-
 
435
scroll2 scrollbar SCROLLBAR_WIDTH, 300, 150, TOP_Y, 10, 100, 0, 0, 0, 0, 0, 1
-
 
436
 
438
scroll1 scrollbar SCROLLBAR_WIDTH, 300, 150, TOP_Y, 10, 100, 0, 0, 0, 0, 0, 1
437
usercommand     db '/server chat.freenode.net', 0
439
scroll2 scrollbar SCROLLBAR_WIDTH, 300, 150, TOP_Y, 10, 100, 0, 0, 0, 0, 0, 1
438
                rb MAX_COMMAND_LEN
440
 
439
 
441
main_PID        dd ?            ; identifier of main thread
440
main_PID        dd ?            ; identifier of main thread
442
utf8_bytes_rest dd ?            ; bytes rest in current UTF8 sequence
441
utf8_bytes_rest dd ?            ; bytes rest in current UTF8 sequence