summaryrefslogtreecommitdiff
path: root/amiga/theme.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-01-30 18:23:48 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-01-30 18:23:48 +0000
commit89856f55929907642013e45435b9d18cd1fafe36 (patch)
treecb78b000bc2e477fc4c265ad21a32087ce4508bc /amiga/theme.c
parent663191791eda7034c3d7d99a4039eca8ba02b441 (diff)
downloadnetsurf-89856f55929907642013e45435b9d18cd1fafe36.tar.gz
netsurf-89856f55929907642013e45435b9d18cd1fafe36.tar.bz2
ifdef some code that will never work under AmigaOS <4.0mono/windom-gui
Diffstat (limited to 'amiga/theme.c')
-rw-r--r--amiga/theme.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/amiga/theme.c b/amiga/theme.c
index d0808a4a2..fa058e043 100644
--- a/amiga/theme.c
+++ b/amiga/theme.c
@@ -265,6 +265,7 @@ void ami_init_mouse_pointers(void)
mouseptrobj[i] = NULL;
char ptrfname[1024];
+#ifdef __amigaos4__
if(nsoption_bool(truecolour_mouse_pointers))
{
ami_get_theme_filename((char *)&ptrfname,ptrs32[i], false);
@@ -316,6 +317,7 @@ void ami_init_mouse_pointers(void)
}
}
}
+#endif
if(!mouseptrobj[i])
{