Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7908 → Rev 7933

/programs/other/graph/hello.cpp
44,8 → 44,8
char *funct = NULL;
 
char edit_path[256];
edit_box mybox = {0,92,WND_H-16-32,0xffffff,0x94AECE,0,0x808080,0x10000000,
sizeof(edit_path)-1,(dword)&edit_path, 0, 0};
edit_box mybox = {200,92,WND_H-16-32,0xffffff,0x94AECE,0,0x808080,0x10000000,
sizeof(edit_path)-1,(dword)&edit_path, 0, 0, 0};
 
char *full_head;