summaryrefslogtreecommitdiff
path: root/riscos/download.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-16 09:50:55 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-16 22:33:44 +0100
commitac70da346ceb71f4e588e6645e320c8a69742365 (patch)
treeb14308c657e65a6b9a803536ffb9e9385172694a /riscos/download.c
parentd06df231bc7c49e0f46ffc8fc8674d0717dff202 (diff)
downloadnetsurf-ac70da346ceb71f4e588e6645e320c8a69742365.tar.gz
netsurf-ac70da346ceb71f4e588e6645e320c8a69742365.tar.bz2
Update the RISC OS frontend to cope with split operations table headers
Diffstat (limited to 'riscos/download.c')
-rw-r--r--riscos/download.c20
1 files changed, 11 insertions, 9 deletions
diff --git a/riscos/download.c b/riscos/download.c
index ab730eb36..ff77cda1d 100644
--- a/riscos/download.c
+++ b/riscos/download.c
@@ -18,14 +18,16 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/** \file
- * Download windows (RISC OS implementation).
+/**
+ * \file
+ * RISC OS download windows implementation.
*
- * This file implements the interface given by desktop/gui.h for download
- * windows. Each download window has an associated fetch. Downloads start by
- * writing received data to a temporary file. At some point the user chooses
- * a destination (by drag & drop), and the temporary file is then moved to the
- * destination and the download continues until complete.
+ * This file implements the interface given by desktop/gui_download.h
+ * for download windows. Each download window has an associated
+ * fetch. Downloads start by writing received data to a temporary
+ * file. At some point the user chooses a destination (by drag &
+ * drop), and the temporary file is then moved to the destination and
+ * the download continues until complete.
*/
#include <assert.h>
@@ -44,8 +46,6 @@
#include "oslib/wimp.h"
#include "oslib/wimpspriteop.h"
-#include "desktop/gui.h"
-#include "desktop/download.h"
#include "utils/nsoption.h"
#include "utils/log.h"
#include "utils/messages.h"
@@ -53,6 +53,8 @@
#include "utils/utf8.h"
#include "utils/utils.h"
#include "utils/corestrings.h"
+#include "desktop/gui_download.h"
+#include "desktop/download.h"
#include "riscos/gui.h"
#include "riscos/dialog.h"