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 819fb00..806e18e 100644 (file)
 </keyboard>
 
 <mouse>
 </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) -->
   <!-- number of pixels the mouse must move before a drag begins -->
   <doubleClickTime>200</doubleClickTime>
   <!-- in milliseconds (1000 = 1 second) -->
index dcfc381..acf2c14 100644 (file)
 </keyboard>
 
 <mouse>
 </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) -->
   <!-- number of pixels the mouse must move before a drag begins -->
   <doubleClickTime>200</doubleClickTime>
   <!-- in milliseconds (1000 = 1 second) -->
index 480308b..86068d7 100644 (file)
@@ -904,7 +904,7 @@ void config_startup(ObParseInst *i)
 
     parse_register(i, "keyboard", parse_keyboard, NULL);
 
 
     parse_register(i, "keyboard", parse_keyboard, NULL);
 
-    config_mouse_threshold = 3;
+    config_mouse_threshold = 8;
     config_mouse_dclicktime = 200;
 
     bind_default_mouse();
     config_mouse_dclicktime = 200;
 
     bind_default_mouse();