From 004aee8281895120f69bb83559278c17805584cd Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 24 Jul 2010 16:39:37 +0000 Subject: Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow dragging selections within NetSurf window to text fields (does not work across windows). todo: switching tabs will reset cut/copy/paste menus to initial state; cut option is putting something on the clipboard which causes a crash when pasting it back svn path=/trunk/netsurf/; revision=10660 --- framebuffer/gui.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'framebuffer') diff --git a/framebuffer/gui.c b/framebuffer/gui.c index ab1e65cbb..f4ed2bd19 100644 --- a/framebuffer/gui.c +++ b/framebuffer/gui.c @@ -1453,6 +1453,11 @@ gui_start_selection(struct gui_window *g) { } +void +gui_clear_selection(struct gui_window *g) +{ +} + void gui_paste_from_clipboard(struct gui_window *g, int x, int y) { -- cgit v1.2.3