Subversion Repositories Kolibri OS

Rev

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

Rev 7245 Rev 7252
Line 89... Line 89...
89
char scroll_used=false;
89
char scroll_used=false;
Line 90... Line 90...
90
 
90
 
Line 91... Line 91...
91
dword menu_stak,about_stak,properties_stak,settings_stak,copy_stak,delete_stak;
91
dword menu_stak,about_stak,properties_stak,settings_stak,copy_stak,delete_stak;
92
 
92
 
93
proc_info Form;
93
proc_info Form;
94
int mouse_dd, sc_slider_h;
94
int sc_slider_h;
95
int j, i;
95
int j, i;
Line 96... Line 96...
96
int action_buf;
96
int action_buf;
Line 108... Line 108...
108
#define STATUS_BAR_H 16;
108
#define STATUS_BAR_H 16;
109
int status_bar_h = 0;
109
int status_bar_h = 0;
Line 110... Line 110...
110
 
110
 
Line 111... Line 111...
111
int icon_size = 16;
111
int icon_size = 16;
-
 
112
 
112
 
113
edit_box new_file_ed = {200,213,180,0xFFFFFF,0x94AECE,0xFFFFFF,0xFFFFFF,0x10000000,
113
edit_box new_file_ed = {200,213,180,0xFFFFFF,0x94AECE,0xFFFFFF,0xFFFFFF,0x10000000,248,#new_element_name,#mouse_dd,100000000000010b,6,0};
114
	248,#new_element_name,0,100000000000010b,6,0};
114
PathShow_data FileShow = {0, 56,215, 8, 100, 1, 0, 0x0, 0xFFFfff, #file_name, #temp, 0};
115
PathShow_data FileShow = {0, 56,215, 8, 100, 1, 0, 0x0, 0xFFFfff, #file_name, #temp, 0};
115
byte cmd_free=0;
116
byte cmd_free=0;