[sawfish/sawfish-2.90] move sawfish.wm.util.flippers to sawfish.wm.edge.flippers
- From: Christopher Bratusek <chrisb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sawfish/sawfish-2.90] move sawfish.wm.util.flippers to sawfish.wm.edge.flippers
- Date: Sun, 24 Oct 2010 17:15:30 +0000 (UTC)
commit ac0f0efa74eaf960e8f09a34a98a8f178e482f51
Author: Christopher Roy Bratusek <zanghar freenet de>
Date: Sun Oct 24 19:13:47 2010 +0200
move sawfish.wm.util.flippers to sawfish.wm.edge.flippers
src/flippers.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/flippers.c b/src/flippers.c
index 7e7a266..785605a 100644
--- a/src/flippers.c
+++ b/src/flippers.c
@@ -29,6 +29,8 @@ DEFSYM(top, "top");
DEFSYM(bottom, "bottom");
DEFSYM(enter_flipper_hook, "enter-flipper-hook");
DEFSYM(leave_flipper_hook, "leave-flipper-hook");
+/* perhaps edges-activated is better, if ID and HS
+ * become independent of EF? */
DEFSYM(edge_flip_enabled, "edge-flip-enabled");
DEFUN("enable-flippers", Fenable_flippers, Senable_flippers, (void), rep_Subr0)
@@ -164,7 +166,7 @@ DEFUN("recreate-flippers", Frecreate_flippers,
repv
rep_dl_init (void)
{
- repv tem = rep_push_structure ("sawfish.wm.util.flippers");
+ repv tem = rep_push_structure ("sawfish.wm.edge.flippers");
rep_ADD_SUBR(Senable_flippers);
rep_ADD_SUBR(Sdisable_flippers);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]