summaryrefslogtreecommitdiff
path: root/frontends/amiga/os3support.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2019-08-10 14:29:58 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2019-08-10 14:29:58 +0100
commitbf9ccc57c8787e4b8d4f8d717e9cfbfccdc8fc73 (patch)
tree2dcba70270be68790eb0d0c3b00b4771b9953b66 /frontends/amiga/os3support.h
parent78199c017782067bda94307c7bfc9dc9c1f1eefd (diff)
downloadnetsurf-bf9ccc57c8787e4b8d4f8d717e9cfbfccdc8fc73.tar.gz
netsurf-bf9ccc57c8787e4b8d4f8d717e9cfbfccdc8fc73.tar.bz2
Amiga: Implement a simple listbrowser log in the GUI
Can be revealed/hidden with F12 and is currently undocumented.
Diffstat (limited to 'frontends/amiga/os3support.h')
-rw-r--r--frontends/amiga/os3support.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/frontends/amiga/os3support.h b/frontends/amiga/os3support.h
index aa3027d36..fde032a18 100644
--- a/frontends/amiga/os3support.h
+++ b/frontends/amiga/os3support.h
@@ -78,6 +78,8 @@
#define GAUGEIA_Level TAG_IGNORE
#define IA_InBorder TAG_IGNORE
#define IA_Label TAG_IGNORE
+#define LBNCA_SoftStyle TAG_IGNORE
+#define LISTBROWSER_Striping TAG_IGNORE
#define SA_Compositing TAG_IGNORE
#define SBNA_Text TAG_IGNORE
#define SBNA_HintInfo TAG_IGNORE
@@ -104,10 +106,15 @@
#define RAWKEY_F8 0x57
#define RAWKEY_F9 0x58
#define RAWKEY_F10 0x59
+#define RAWKEY_F12 0x6F
#define RAWKEY_HELP 0x5F
#define RAWKEY_HOME 0x70
#define RAWKEY_END 0x71
+/* New pens - these may not be equivalent */
+#define DISABLEDTEXTPEN HIGHLIGHTTEXTPEN
+#define TITLEPEN FILLPEN
+
/* Other constants */
#define BVS_DISPLAY BVS_NONE
#define IDCMP_EXTENDEDMOUSE 0
@@ -117,6 +124,7 @@
#define OFF_OPEN 0
#define AFF_OTAG 0
#define ML_SEPARATOR NM_BARLABEL
+#define LBS_ROWS 0
/* Renamed structures */
#define AnchorPathOld AnchorPath