summaryrefslogtreecommitdiff
path: root/src/drivers/Android/Fl_Android_Window_Driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/Android/Fl_Android_Window_Driver.cxx')
-rw-r--r--src/drivers/Android/Fl_Android_Window_Driver.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/drivers/Android/Fl_Android_Window_Driver.cxx b/src/drivers/Android/Fl_Android_Window_Driver.cxx
index 364e0b62f..7cd4b34f9 100644
--- a/src/drivers/Android/Fl_Android_Window_Driver.cxx
+++ b/src/drivers/Android/Fl_Android_Window_Driver.cxx
@@ -163,10 +163,10 @@ void Fl_Android_Window_Driver::resize(int X,int Y,int W,int H)
}
/**
- * Scroll a portion of the window.
- * FIXME: We are currently taking the easy way out, basically telling the caller that we don;t know how to scroll
- * and asking FLTK to draw the new area from scratch. It would be nice if clipping provides all calls
- * that we need to implement a more efficient scrolling code.
+ Scroll a portion of the window.
+ FIXME: We are currently taking the easy way out, basically telling the caller that we don;t know how to scroll
+ and asking FLTK to draw the new area from scratch. It would be nice if clipping provides all calls
+ that we need to implement a more efficient scrolling code.
*/
int Fl_Android_Window_Driver::scroll(int src_x, int src_y, int src_w, int src_h, int dest_x, int dest_y,
void (*draw_area)(void*, int,int,int,int), void* data)