mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-21 16:39:39 +00:00
committed by
Christian Helmuth
parent
5e862b2cd3
commit
cfd013a01a
@ -77,8 +77,7 @@ class Genode::Dirty_rect
|
||||
* The functor 'fn' takes a 'Rect const &' as argument.
|
||||
* This method resets the dirty rectangles.
|
||||
*/
|
||||
template <typename FN>
|
||||
void flush(FN const &fn)
|
||||
void flush(auto const &fn)
|
||||
{
|
||||
/*
|
||||
* Merge rectangles if their compound is smaller than sum of their
|
||||
|
Reference in New Issue
Block a user