]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/measure.cpp
Give filename to GLtk::Resources constructor
[r2c2.git] / source / designer / measure.cpp
index 442558d7c9205174b022d76612153935fe84f46a..c4280c8a9c058b637492625f8da7d21d902e1150 100644 (file)
@@ -26,7 +26,7 @@ void Measure::snap_to_tracks(Vector &pt, float &dir)
                        return;
 }
 
-void Measure::button_press(int, int, float gx, float gy, unsigned btn)
+void Measure::button_press(float gx, float gy, unsigned btn)
 {
        if(!state)
                return;
@@ -51,7 +51,7 @@ void Measure::button_press(int, int, float gx, float gy, unsigned btn)
        }
 }
 
-void Measure::pointer_motion(int, int, float gx, float gy)
+void Measure::pointer_motion(float gx, float gy)
 {
        if(!state)
                return;