* grub-core/term/gfxterm.c (dirty_region_add): Move core part to ...

(dirty_region_add_real): ... this.
	(dirty_region_add): Don't discard margin refresh when performing
	scheduled repaint.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-03-29 08:33:28 +02:00
parent a1dc717c58
commit ed5587afea
2 changed files with 24 additions and 14 deletions

View file

@ -1,3 +1,10 @@
2011-03-29 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/term/gfxterm.c (dirty_region_add): Move core part to ...
(dirty_region_add_real): ... this.
(dirty_region_add): Don't discard margin refresh when performing
scheduled repaint.
2011-03-29 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/lib/relocator.c (allocate_regstart)