summaryrefslogtreecommitdiff
path: root/beos/window.cpp
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-05-10 12:20:24 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-05-10 12:20:24 +0100
commit51a16104c7d6a15188cb366d6c1a5e68fc600002 (patch)
tree915da1075b08a8d6013b09d601272e913f198d3f /beos/window.cpp
parentd2d04824cfc088cf6776fe2c2e2abdb953dfe006 (diff)
parent631265ef6b06ee5ffe33fae793360d651984d91d (diff)
downloadnetsurf-51a16104c7d6a15188cb366d6c1a5e68fc600002.tar.gz
netsurf-51a16104c7d6a15188cb366d6c1a5e68fc600002.tar.bz2
Merge branch 'tlsa/selection-search-refactor'
Diffstat (limited to 'beos/window.cpp')
-rw-r--r--beos/window.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/beos/window.cpp b/beos/window.cpp
index 1e564a173..3ce8e274c 100644
--- a/beos/window.cpp
+++ b/beos/window.cpp
@@ -26,7 +26,6 @@ extern "C" {
#include "desktop/browser_private.h"
#include "desktop/mouse.h"
#include "desktop/options.h"
-#include "desktop/selection.h"
#include "desktop/textinput.h"
#include "render/font.h"
#include "utils/log.h"
@@ -1297,7 +1296,7 @@ void gui_drag_save_object(gui_save_type type, hlcache_handle *c,
}
-void gui_drag_save_selection(struct selection *s, struct gui_window *g)
+void gui_drag_save_selection(struct gui_window *g, const char *selection)
{
}