summaryrefslogtreecommitdiff
path: root/amiga/context_menu.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-07-24 16:39:37 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-07-24 16:39:37 +0000
commit004aee8281895120f69bb83559278c17805584cd (patch)
tree01d99e47995846d4a3afaa28163f7ed01f890890 /amiga/context_menu.h
parentd5b8cf89da0552129c9a88e93cbc25aab61ae25e (diff)
downloadnetsurf-004aee8281895120f69bb83559278c17805584cd.tar.gz
netsurf-004aee8281895120f69bb83559278c17805584cd.tar.bz2
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
Diffstat (limited to 'amiga/context_menu.h')
-rwxr-xr-xamiga/context_menu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/amiga/context_menu.h b/amiga/context_menu.h
index a4d509931..579c59eb6 100755
--- a/amiga/context_menu.h
+++ b/amiga/context_menu.h
@@ -32,7 +32,10 @@ enum {
CMID_SAVEOBJ,
CMID_SAVEIFFOBJ,
CMID_SELALL,
+ CMID_SELCLEAR,
+ CMID_SELCUT,
CMID_SELCOPY,
+ CMID_SELPASTE,
CMSUB_OBJECT,
CMSUB_URL,
CMSUB_SEL,