[haiku-commits] Change in haiku[master]: Enable accept first click by default

  • From: Gerrit <review@xxxxxxxxxxxxxxxxxxx>
  • To: waddlesplash <waddlesplash@xxxxxxxxx>, haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 4 May 2020 15:01:40 +0000

From Emir Sarı <bitigchi@xxxxxx>:

Emir Sarı has uploaded this change for review. ( 
https://review.haiku-os.org/c/haiku/+/2563 ;)


Change subject: Enable accept first click by default
......................................................................

Enable accept first click by default
---
M src/preferences/input/InputMouse.cpp
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://git.haiku-os.org:22/haiku refs/changes/63/2563/1

diff --git a/src/preferences/input/InputMouse.cpp 
b/src/preferences/input/InputMouse.cpp
index ac9583a..6a015e8 100644
--- a/src/preferences/input/InputMouse.cpp
+++ b/src/preferences/input/InputMouse.cpp
@@ -40,7 +40,7 @@
 static const int32 kDefaultMouseSpeed = 65536;
 static const int32 kDefaultMouseType = 3;      // 3 button mouse
 static const int32 kDefaultAccelerationFactor = 65536;
-static const bool kDefaultAcceptFirstClick = false;
+static const bool kDefaultAcceptFirstClick = true;


 InputMouse::InputMouse(BInputDevice* dev)

--
To view, visit https://review.haiku-os.org/c/haiku/+/2563
To unsubscribe, or for help writing mail filters, visit 
https://review.haiku-os.org/settings

Gerrit-Project: haiku
Gerrit-Branch: master
Gerrit-Change-Id: I8dadde139f9c38ee7fa74ce99f0e616c42d9eb81
Gerrit-Change-Number: 2563
Gerrit-PatchSet: 1
Gerrit-Owner: Emir Sarı <bitigchi@xxxxxx>
Gerrit-MessageType: newchange

Other related posts:

  • » [haiku-commits] Change in haiku[master]: Enable accept first click by default - Gerrit