Author: chris_y
Date: Sun Jan 15 09:57:02 2012
New Revision: 13403
URL:
http://source.netsurf-browser.org?rev=13403&view=rev
Log:
Fix build
Modified:
trunk/netsurf/amiga/gui.c
Modified: trunk/netsurf/amiga/gui.c
URL:
http://source.netsurf-browser.org/trunk/netsurf/amiga/gui.c?rev=13403&...
==============================================================================
--- trunk/netsurf/amiga/gui.c (original)
+++ trunk/netsurf/amiga/gui.c Sun Jan 15 09:57:02 2012
@@ -3901,13 +3901,13 @@
if(type == GDRAGGING_NONE)
{
- SetWindowAttrs(gwin->win, WA_GrabFocus, 0,
+ SetWindowAttrs(g->shared->win, WA_GrabFocus, 0,
WA_MouseLimits, NULL, TAG_DONE);
- if(gwin->ptr_lock)
- {
- FreeVec(gwin->ptr_lock);
- gwin->ptr_lock = NULL;
+ if(g->shared->ptr_lock)
+ {
+ FreeVec(g->shared->ptr_lock);
+ g->shared->ptr_lock = NULL;
}
}