summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-01-30 17:30:32 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-01-30 17:30:32 +0000
commit2cc738f2f09d23ed1e54867ef4c9d16a3a7cd4c2 (patch)
treeb8be702f5c587ac7b5cce573c0da83514e5d7454 /amiga/gui.c
parent541864d501175918dee6f8dab8a6b3244ad7a62f (diff)
downloadnetsurf-2cc738f2f09d23ed1e54867ef4c9d16a3a7cd4c2.tar.gz
netsurf-2cc738f2f09d23ed1e54867ef4c9d16a3a7cd4c2.tar.bz2
Pick the CSS system colours from the pens in the screen DrawInfo table, and force
repicking them if the screen changes. Think these are right - some of the CSS descriptions are a bit ambiguous. svn path=/trunk/netsurf/; revision=11532
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index b6399d4e4..283b5d919 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -536,6 +536,9 @@ void ami_openscreen(void)
}
}
dri = GetScreenDrawInfo(scrn);
+
+ gui_system_colour_finalize();
+ gui_system_colour_init();
}
void ami_openscreenfirst(void)