cmm: global rework of libimg wrappers

git-svn-id: svn://kolibrios.org@7995 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2020-05-28 00:55:16 +00:00
parent f14c7a99a7
commit 7a6c5c33a6
16 changed files with 172 additions and 152 deletions

View File

@@ -214,7 +214,6 @@ DrawEditBoxWebView()
address_box.offset = 0;
edit_box_draw stdcall(#address_box);
skin_x_offset = 51;
img_draw stdcall(skin.image, address_box.left+address_box.width+1, address_box.top-3, 17, skin.h, skin_x_offset, SKIN_Y);
}
void LoadInternalPage(dword _bufpos, _bufsize)