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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user