[sawfish/sawfish-2.90] edge-flip & hot-spots: export hook function



commit 523d57b8dac3f83f6c8b8caa2de80f7d09e1f3a9
Author: Christopher Roy Bratusek <zanghar freenet de>
Date:   Mon Oct 25 22:40:21 2010 +0200

    edge-flip & hot-spots: export hook function

 lisp/sawfish/wm/edge/flip.jl      |    3 ++-
 lisp/sawfish/wm/edge/hot-spots.jl |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/lisp/sawfish/wm/edge/flip.jl b/lisp/sawfish/wm/edge/flip.jl
index 5f6ee40..b1801c4 100644
--- a/lisp/sawfish/wm/edge/flip.jl
+++ b/lisp/sawfish/wm/edge/flip.jl
@@ -20,7 +20,8 @@
 
 (define-structure sawfish.wm.edge.flip
 
-    (export edge-flip-enable)
+    (export edge-flip-enable
+	    edge-flip-enter)
 
     (open rep
 	  rep.system
diff --git a/lisp/sawfish/wm/edge/hot-spots.jl b/lisp/sawfish/wm/edge/hot-spots.jl
index 069c6f6..1ecb6ed 100644
--- a/lisp/sawfish/wm/edge/hot-spots.jl
+++ b/lisp/sawfish/wm/edge/hot-spots.jl
@@ -20,7 +20,8 @@
 
 (define-structure sawfish.wm.edge.hot-spots
 
-    (export hot-spots-activate)
+    (export hot-spots-activate
+	    hot-spots-hook)
 
     (open rep
 	  rep.system



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]