summaryrefslogtreecommitdiff
path: root/amiga/theme.h
Commit message (Collapse)AuthorAgeFilesLines
* Track the mouse pointer on a per-window basisChris Young2013-01-061-2/+6
|
* Change the mouse pointer back to what it was (and what NetSurf thinks it is) ↵Chris Young2013-01-031-1/+2
| | | | instead of to the default pointer. Additionally don't use ami_update_pointer for treeview windows as AmigaOS has a pointer setting per window, but NetSurf is only storing the current one as a single global variable.
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-1/+1
| | | | svn path=/trunk/netsurf/; revision=10865
* Factor Amiga theme-related code out to a new file. This includes all ↵Chris Young2010-03-231-0/+39
throbber and mouse pointer code (which are "theme modifiable") as well as normal theme reading code. svn path=/trunk/netsurf/; revision=10145