mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 21:16:50 +03:00
[project @ 2004-10-18 02:27:19 by jmb]
Fix segv in GTK build. /me also slaps the RISC OS build for not dying appropriately too. svn path=/import/netsurf/; revision=1324
This commit is contained in:
parent
fff5f231ed
commit
e215fc6136
@ -220,6 +220,7 @@ bool html_redraw_box(struct box *box,
|
||||
* image covering it */
|
||||
((box->style->background_repeat !=
|
||||
CSS_BACKGROUND_REPEAT_REPEAT) ||
|
||||
(box->background == NULL) ||
|
||||
(box->background->bitmap == NULL) ||
|
||||
/*(ro_gui_current_redraw_gui == NULL) ||
|
||||
(!ro_gui_current_redraw_gui->
|
||||
|
Loading…
Reference in New Issue
Block a user