try to fix Graph

git-svn-id: svn://kolibrios.org@6762 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2016-11-25 16:07:36 +00:00
parent ffbdc4ba1d
commit 5a7b1ac4fe

View File

@ -46,7 +46,7 @@ char *funct = NULL;
char edit_path[1024]; char edit_path[1024];
//Dword editbox_y = WND_H - 16, editbox_w = WND_W - 70; //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,0x10000000,sizeof(edit_path),(dword)&edit_path, 64, 100000000000010b}; edit_box mybox = {0,9*8-5,WND_H - 16-32,0xffffff,0x6a9480,0,0x808080,0x10000000,sizeof(edit_path),(dword)&edit_path, 64, 16386}; //100000000000010b};
char *full_head; char *full_head;