Displaying 2 results from an estimated 2 matches for "ignore_edge_delay".
2007 Jun 19
1
[PATCH] Screen edge trigger delay
Hi,
a popular feature in Beryl currently missing in Compiz was the ability
to delay triggering screen edge actions, so that you have to keep your
pointer at the screen edge for a while for the action to be triggered to
prevent accidential triggering.
The attached patch adds that feature. I'd like to hear about
questions/suggestions/objections about it.
The only slight problem I see with it
2007 Jun 19
1
[PATCH] Added screen edge trigger delay setting.
---
include/compiz.h | 17 ++++++-
metadata/core.xml.in | 7 +++
src/display.c | 5 ++-
src/event.c | 130 +++++++++++++++++++++++++++++++++++++++++++++-----
4 files changed, 143 insertions(+), 16 deletions(-)
diff --git a/include/compiz.h b/include/compiz.h
index dd34f00..abb1169 100644
--- a/include/compiz.h
+++ b/include/compiz.h
@@ -26,7 +26,7 @@
#ifndef