mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-07 10:04:43 +03:00
![Michael Drake](/assets/img/avatar_default.png)
Let the front end pass its own types around, rather than core ones. This removes one "bw->current_content" from window.c. Now the current content is only accessed where its needed, in the favicon handler, and it is accessed via the appropriate API.