summaryrefslogtreecommitdiff
path: root/atari
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-06-25 19:35:33 +0000
committerOle Loots <ole@monochrom.net>2011-06-25 19:35:33 +0000
commitd6f5cead52acd23748c48ab16dff94a3d46b6a6b (patch)
treed1b8c42547632d49dc1e5e1bd1019cb599027659 /atari
parent3210b6eaf89515841aa25447313426375284e0ab (diff)
downloadnetsurf-d6f5cead52acd23748c48ab16dff94a3d46b6a6b.tar.gz
netsurf-d6f5cead52acd23748c48ab16dff94a3d46b6a6b.tar.bz2
adjusted comment to match reality.
svn path=/trunk/netsurf/; revision=12508
Diffstat (limited to 'atari')
-rwxr-xr-xatari/browser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/atari/browser.h b/atari/browser.h
index c5923a125..426fe9d29 100755
--- a/atari/browser.h
+++ b/atari/browser.h
@@ -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 );