Enlightenment CVS committal

Author  : andreas
Project : e17
Module  : proto/eflpp

Dir     : e17/proto/eflpp/examples/ecore/calibrate


Modified Files:
        calibrate.cpp 


Log Message:
forgot some files while the last commit...

===================================================================
RCS file: /cvs/e/e17/proto/eflpp/examples/ecore/calibrate/calibrate.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- calibrate.cpp       7 Aug 2007 22:34:24 -0000       1.4
+++ calibrate.cpp       10 Aug 2008 18:59:30 -0000      1.5
@@ -184,11 +184,15 @@
                             &calibration_event_filter_end, this );
     position = TopLeft;
     moveCrossHair();
+  
+    return true;
 }
 
 bool CalibrationRectangle::handleMouseUp( const EvasMouseUpEvent& e )
 {
     nextPoint( e.data->canvas.x, e.data->canvas.y );
+  
+    return true;
 }
 
 void CalibrationRectangle::nextPoint( int x, int y )
@@ -401,6 +405,8 @@
             _o->setColor( c.r(), c.g(), c.b(), newx );
             return true;
     }
+  
+  return true;
 }
 
 void CalibrationRectangle::timerEvent()



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to