Fix silly mistake moving cursor to top left all the time

svn path=/trunk/netsurf/; revision=6502
This commit is contained in:
Vincent Sanders 2009-02-14 16:49:49 +00:00
parent 81c0d52317
commit aab2b32e23
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ void gui_poll(bool active)
if (redraws_pending == true) {
struct gui_window *g;
fb_cursor_move(framebuffer, 0,0);
fb_cursor_move(framebuffer, fb_cursor_x(framebuffer), fb_cursor_y(framebuffer));
redraws_pending = false;