]> Dogcows Code - chaz/openbox/commitdiff
make the default drag threshold 8px
authorDana Jansens <danakj@orodu.net>
Fri, 1 Jun 2007 01:56:46 +0000 (01:56 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 1 Jun 2007 01:56:46 +0000 (01:56 +0000)
data/rc.xml
doc/rc-mouse-focus.xml
openbox/config.c

index 819fb00fcf0ffccd603e0278e7f0106f2c91768e..806e18e6451b41d06fef9da17e7551e75bf209be 100644 (file)
 </keyboard>
 
 <mouse>
-  <dragThreshold>3</dragThreshold>
+  <dragThreshold>8</dragThreshold>
   <!-- number of pixels the mouse must move before a drag begins -->
   <doubleClickTime>200</doubleClickTime>
   <!-- in milliseconds (1000 = 1 second) -->
index dcfc3811e86ecfaa02df6865b872efa468cdc458..acf2c14a0e8217aac3c8f37d2670684ca6b1ffba 100644 (file)
 </keyboard>
 
 <mouse>
-  <dragThreshold>3</dragThreshold>
+  <dragThreshold>8</dragThreshold>
   <!-- number of pixels the mouse must move before a drag begins -->
   <doubleClickTime>200</doubleClickTime>
   <!-- in milliseconds (1000 = 1 second) -->
index 480308be603b3277486e1487aff185374176fb56..86068d75af24c06f68439294c3b1b9614384acf0 100644 (file)
@@ -904,7 +904,7 @@ void config_startup(ObParseInst *i)
 
     parse_register(i, "keyboard", parse_keyboard, NULL);
 
-    config_mouse_threshold = 3;
+    config_mouse_threshold = 8;
     config_mouse_dclicktime = 200;
 
     bind_default_mouse();
This page took 0.021128 seconds and 4 git commands to generate.