summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-21 12:29:03 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-21 12:29:03 +0000
commit8b82e926fde72b4f1becb04f12335cacc280c592 (patch)
treece89e034bef622a3384e98df090949188257672a /amiga
parent90d88f32d126fae1de2f8984f5d55d7a72f98578 (diff)
downloadnetsurf-8b82e926fde72b4f1becb04f12335cacc280c592.tar.gz
netsurf-8b82e926fde72b4f1becb04f12335cacc280c592.tar.bz2
debug
Diffstat (limited to 'amiga')
-rw-r--r--amiga/filetype.c2
-rw-r--r--amiga/gui.c5
2 files changed, 2 insertions, 5 deletions
diff --git a/amiga/filetype.c b/amiga/filetype.c
index b37ebe58d..aa3e29620 100644
--- a/amiga/filetype.c
+++ b/amiga/filetype.c
@@ -176,6 +176,8 @@ nserror ami_mime_init(const char *mimefile)
struct nsObject *node;
struct ami_mime_entry *mimeentry;
+ LOG(("mimetypes file: %s", mimefile));
+
if(ami_mime_list == NULL)
ami_mime_list = NewObjList();
diff --git a/amiga/gui.c b/amiga/gui.c
index c1169b947..f49dc0666 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -1800,7 +1800,6 @@ static void ami_handle_msg(void)
nnode=(struct nsObject *)GetSucc((struct Node *)node);
gwin = node->objstruct;
- LOG(("Type %d", node->Type));
if(node->Type == AMINS_TVWINDOW) {
if(ami_tree_event((struct treeview_window *)gwin)) {
@@ -1863,11 +1862,7 @@ static void ami_handle_msg(void)
if((gwin == NULL) || (gwin->objects[OID_MAIN] == NULL)) continue;
- LOG(("RA_HandleInput(%p,%p) (gwin=%p)", gwin->objects[OID_MAIN], &code, gwin));
-
while((result = RA_HandleInput(gwin->objects[OID_MAIN], &code)) != WMHI_LASTMSG) {
- LOG(("%d: %d (switch)",code, result & WMHI_CLASSMASK));
-
switch(result & WMHI_CLASSMASK) // class
{
case WMHI_MOUSEMOVE: