Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2871 → Rev 2870

/programs/other/graph/hello.cpp
46,9 → 46,8
 
char edit_path[1024];
//Dword editbox_y = WND_H - 16, editbox_w = WND_W - 70;
edit_box mybox = {0,9*8-5,WND_H - 16-32,0xffffff,0x6a9480,0,0x808080,0,512,(dword)&edit_path, 64};
edit_box mybox = {0,9*8-5,WND_H - 16-32,0xffffff,0x6a9480,0,0x808080,0,99,(dword)&edit_path,0};
 
 
char *full_head;
 
char *HugeBuf = NULL;
611,7 → 610,6
rtlDebugOutString("launched with params");
rtlDebugOutString((char*)params);
strcpy(edit_path, params);
mybox.size=mybox.pos=strlen(edit_path);
//rtlDebugOutString((char*)edit_path);
load_points3();
}