File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ static void on_mouse_accel_changed(GtkRange* range, gpointer user_data)
6161
6262static void on_mouse_threshold_changed (GtkRange * range , gpointer user_data )
6363{
64- /* threshold = sensitivity - 100 . The lower the threshold, the higher the sensitivity */
64+ /* threshold = 110 - sensitivity . The lower the threshold, the higher the sensitivity */
6565 threshold = 110 - (int )gtk_range_get_value (range );
6666 XChangePointerControl (GDK_DISPLAY (), False , True ,
6767 0 , 10 , threshold );
@@ -273,7 +273,7 @@ int main(int argc, char** argv)
273273 threshold = old_threshold ;
274274 left_handed = old_left_handed ;
275275 XChangePointerControl (GDK_DISPLAY (), True , True ,
276- accel , 10 , ( 110 - threshold ) );
276+ accel , 10 , threshold );
277277 set_left_handed_mouse ();
278278 }
279279
You can’t perform that action at this time.
0 commit comments