Subversion Repositories Kolibri OS

Rev

Rev 9719 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9719 Rev 9727
Line 25... Line 25...
25
 
25
 
Line 26... Line 26...
26
extern dword frame_draw;
26
extern dword frame_draw;
27
 
27
 
28
/* 
28
/* 
-
 
29
    Legacy support
29
    Legacy support
30
    For new programs need to use edit_box_key_safe (or edit_box_key_c
30
    For new programs need to use edit_box_key_safe   
31
    with a define below)   
Line -... Line 32...
-
 
32
    TODO: change in all cmm programs edit_box_key to edit_box_key_safe (edit_box_key_c)
31
    TODO: change in all cmm programs edit_box_key to edit_box_key_safe,
33
          See examples in eolite and imgedit
32
          after that delete #define below         
34
          
Line 33... Line 35...
33
              
35
    This define changed all edit_box_key_c to edit_box_key_safe identifier's              
34
*/
36
*/
35
#define edit_box_key  edit_box_key_safe
37
#define edit_box_key_c  edit_box_key_safe
36
 
38