mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-03-31 19:33:12 +03:00
s/int/size_t/
svn path=/trunk/netsurf/; revision=10562
This commit is contained in:
parent
b010a25771
commit
6c59c80ed5
@ -831,7 +831,7 @@ size_t html_selection_drag_end(hlcache_handle *h, browser_mouse_state mouse,
|
||||
int pixel_offset;
|
||||
struct box *box;
|
||||
int dx, dy;
|
||||
int idx = 0;
|
||||
size_t idx = 0;
|
||||
|
||||
box = box_pick_text_box(h, x, y, dir, &dx, &dy);
|
||||
if (box) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user