mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 23:39:51 +03:00
adjusted comment to match reality.
svn path=/trunk/netsurf/; revision=12508
This commit is contained in:
parent
3210b6eaf8
commit
d6f5cead52
@ -124,8 +124,8 @@ bool browser_redraw_required( struct gui_window * gw);
|
||||
2. It checks for an intersection, and it will merge the rectangle to
|
||||
already queued rectangle where it fits best.
|
||||
3. it tries to put the rectangle into one available slot.
|
||||
4. if no slot is available, it will search for the nearest rectangle
|
||||
and summarize it within that slot.
|
||||
4. if no slot is available, it will simply merge the new rectangle with
|
||||
the last available slot.
|
||||
*/
|
||||
void browser_redraw_caret( struct gui_window * gw, GRECT * area );
|
||||
static void browser_redraw_content( struct gui_window * gw, int xoff, int yoff );
|
||||
|
Loading…
Reference in New Issue
Block a user