don't steal focus if someone used a window within 1 second ago
authorDana Jansens <danakj@orodu.net>
Thu, 14 Oct 2010 23:38:46 +0000 (19:38 -0400)
committerDana Jansens <danakj@orodu.net>
Mon, 24 Jan 2011 19:19:22 +0000 (14:19 -0500)
(instead of 0.5 seconds)

openbox/event.h

index a0b7b50..ef0e416 100644 (file)
@@ -26,7 +26,7 @@ struct _ObClient;
 
 /*! The amount of time before a window appears that is checked for user input
     to determine if the user is working in another window */
-#define OB_EVENT_USER_TIME_DELAY (500) /* 0.5 seconds */
+#define OB_EVENT_USER_TIME_DELAY (1000) /* 1.0 seconds */
 
 /*! The last user-interaction time, as given by the clients */
 extern Time event_last_user_time;