Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7245 → Rev 7244

/programs/cmm/lib/obj/proc_lib.h
21,7 → 21,7
 
struct opendialog
{
dword type; //0-file, 2-save, 3-select folder
dword type;
dword procinfo;
dword com_area_name;
dword com_area;
30,17 → 30,15
dword start_path;
dword draw_window;
dword status;
dword openfile_path;
dword openfile_pach;
dword filename_area;
dword filter_area;
word w;
word x;
word h;
word y;
word x_size;
word x_start;
word y_size;
word y_start;
};
 
char communication_area_name[] = "FFFFFFFF_open_dialog";
char open_dialog_path[] = "/rd/1/File managers/opendial";
 
#endif