summaryrefslogtreecommitdiff
path: root/frontends/riscos/textselection.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-30 17:32:57 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-30 17:32:57 +0100
commit7fc0a4c481d7adad14a42740037d50b2f9e1cdc1 (patch)
tree8f7a0958d76f97cf921f834c6f68218bfce1b003 /frontends/riscos/textselection.c
parent8711fbe47dd0381efd09717b719b79be3d819f49 (diff)
downloadnetsurf-7fc0a4c481d7adad14a42740037d50b2f9e1cdc1.tar.gz
netsurf-7fc0a4c481d7adad14a42740037d50b2f9e1cdc1.tar.bz2
move desktop window header into public API
Diffstat (limited to 'frontends/riscos/textselection.c')
-rw-r--r--frontends/riscos/textselection.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/frontends/riscos/textselection.c b/frontends/riscos/textselection.c
index 81ccc3a68..81274484a 100644
--- a/frontends/riscos/textselection.c
+++ b/frontends/riscos/textselection.c
@@ -16,9 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/** \file
- * Text selection code (platform-dependent implementation)
- */
+/**
+ * \file
+ * RISC OS text selection implementation.
+ */
#include <assert.h>
#include <stdio.h>
@@ -34,7 +35,7 @@
#include "netsurf/clipboard.h"
#include "netsurf/window.h"
#include "desktop/textinput.h"
-#include "desktop/browser.h"
+#include "netsurf/browser_window.h"
#include "riscos/gui.h"
#include "riscos/menus.h"