Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7048 → Rev 7049

/programs/cmm/lib/patterns/libimg_load_skin.h
2,7 → 2,7
#define INCLUDE_LIBIMG_LOAD_SKIN_H
 
#ifndef INCLUDE_LIBIMG_H
#include "../lib/obj/libimg_lib.h"
#include "../lib/obj/libimg.h"
#endif
 
:struct libimg_image {
/programs/cmm/lib/patterns/simple_open_dialog.h
1,16 → 1,18
struct od_filter
{
dword size;
byte end;
dword size; //size = len(#ext) + sizeof(dword)
char ext[16];
};
 
 
proc_info pr_inf;
char communication_area_name[] = "FFFFFFFF_open_dialog";
char opendir_path[4096];
char opendir_path[3072];
char open_dialog_path[] = "/rd/1/File managers/opendial";
char openfile_path[4096];
char filename_area[256];
char filename_area[1024];
 
 
opendialog o_dialog = {
0,
#pr_inf,