summaryrefslogtreecommitdiff
path: root/src/drivers/Android/Fl_Android_Graphics_Clipping.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-06-19 16:29:20 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-06-19 16:29:20 +0000
commite1bf7b920254deea542c9c09a344498982ba9424 (patch)
tree7201753805136c2db4d903bf4cbca159f3927840 /src/drivers/Android/Fl_Android_Graphics_Clipping.cxx
parentba58edb33c3e8665cb872548270ee4e98c4ec150 (diff)
Android: Clearing the desktop when a window is hidden.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12949 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Android/Fl_Android_Graphics_Clipping.cxx')
-rw-r--r--src/drivers/Android/Fl_Android_Graphics_Clipping.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/drivers/Android/Fl_Android_Graphics_Clipping.cxx b/src/drivers/Android/Fl_Android_Graphics_Clipping.cxx
index f25f61976..b2fcff09e 100644
--- a/src/drivers/Android/Fl_Android_Graphics_Clipping.cxx
+++ b/src/drivers/Android/Fl_Android_Graphics_Clipping.cxx
@@ -367,7 +367,7 @@ void Fl_Complex_Region::compress()
if (!pSubregion) return;
// remove all empty regions, because the really don't add anything (literally)
- print("Compress");
+ // print("Compress");
Fl_Complex_Region *rgn = pSubregion;
while (rgn && rgn->is_empty()) {
pSubregion = rgn->next();
@@ -460,7 +460,7 @@ Fl_Complex_Region *Fl_Complex_Region::add_subregion()
// -----------------------------------------------------------------------------
/**
- * Returns an interator object for loops that traverse the entire region tree.
+ * Returns an iterator object for loops that traverse the entire region tree.
* C++11 interface to range-based loops.
* @return Iterator pointing to the first element.
*/
@@ -640,7 +640,7 @@ Fl_Complex_Region::Overlapping::OverlappingIterator::OverlappingIterator(
/**
* Compare two iterator.
- * This is used by C++11 range0based for loops to find the end of the range.
+ * This is used by C++11 range-based for loops to find the end of the range.
* @param other
* @return
*/