mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 22:41:30 +03:00
Fix mouse.h file description. Add iframe comment.
svn path=/trunk/netsurf/; revision=10571
This commit is contained in:
parent
9bc784e8d7
commit
0642cdafc2
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
/** \file
|
||||
* Browser window creation and manipulation (interface).
|
||||
* Core mouse state.
|
||||
*/
|
||||
|
||||
#ifndef _NETSURF_DESKTOP_MOUSE_H_
|
||||
|
@ -1629,6 +1629,8 @@ bool box_iframe(BOX_SPECIAL_PARAMS)
|
||||
iframe->url = talloc_strdup(content, url);
|
||||
iframe->scrolling = SCROLLING_AUTO;
|
||||
iframe->border = true;
|
||||
|
||||
/* Add this iframe to the linked list of iframes */
|
||||
iframe->next = content->data.html.iframe;
|
||||
content->data.html.iframe = iframe;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user