Subversion Repositories Kolibri OS

Rev

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

Rev 1457 Rev 1458
Line 34... Line 34...
34
 
34
 
35
align 4
35
align 4
36
start:
36
start:
Line 37... Line -...
37
  mcall 48,3,sc,sizeof.system_colors
-
 
38
 
-
 
39
  mov eax,[sc.work]
-
 
40
  mov [wScr.bckg_col],eax
-
 
41
  mov [hScr.bckg_col],eax
-
 
42
  mov eax,[sc.work_button]
-
 
43
  mov [wScr.frnt_col],eax
-
 
44
  mov [hScr.frnt_col],eax
-
 
45
  mov eax,[sc.work_button_text]
-
 
46
  mov [wScr.line_col],eax
-
 
47
  mov [hScr.line_col],eax
37
  mcall 48,3,sc,sizeof.system_colors
48
 
38
 
49
  mcall 68,11
39
  mcall 68,11
Line 50... Line 40...
50
  or eax,eax
40
  or eax,eax
Line 341... Line 331...
341
    or esi,KM_NUMLOCK
331
    or esi,KM_NUMLOCK
342
  @@:
332
  @@:
Line 343... Line 333...
343
 
333
 
344
  mcall 26,2,,conv_tabl ;26.2 ¯®«ãç¨âì à áª« ¤ªã ª« ¢¨ âãàë
334
  mcall 26,2,,conv_tabl ;26.2 ¯®«ãç¨âì à áª« ¤ªã ª« ¢¨ âãàë
345
  mcall 2 ;¯®«ãç ¥¬ ª®¤ ­ ¦ â®© ª« ¢¨è¨
335
  mcall 2 ;¯®«ãç ¥¬ ª®¤ ­ ¦ â®© ª« ¢¨è¨
Line 346... Line 336...
346
  ;stdcall [tl_key], tree1
336
  stdcall [tl_key], tree1
347
 
337
 
348
  test word [edit1.flags],10b;ed_focus ; ¥á«¨ ­¥ ¢ 䮪ãá¥, ¢ë室¨¬
338
  test word [edit1.flags],10b;ed_focus ; ¥á«¨ ­¥ ¢ 䮪ãá¥, ¢ë室¨¬
349
  je @f
339
  je @f