WebView: fix big in links that may cause weird occasional time to time crashes

git-svn-id: svn://kolibrios.org@9289 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2021-11-20 12:10:42 +00:00
parent 3fc184a141
commit fbb29dd500
4 changed files with 11 additions and 10 deletions

View File

@@ -3,7 +3,9 @@ dword CursorFile = FROM "TWB/pointer.cur";
#include "..\lib\collection.h"
struct PAGE_LINKS {
collection_int link;
collection link;
collection page_links;
collection_int x;
collection_int y;
collection_int w;
@@ -11,7 +13,6 @@ struct PAGE_LINKS {
collection_int id;
collection_int underline_h;
collection page_links;
signed int active;
dword active_url;
bool hover();