summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-07-11 20:01:47 +0000
committerDana Jansens <danakj@orodu.net>2007-07-11 20:01:47 +0000
commit2a4cd4f6bd9f6b5a43ea6a825e964fb1f4dccd80 (patch)
tree0f779773354ae9a7a903fbc8f3c1118f75559cc9
parent2827b2ce899fb28ab05b369c90126f053d021b6f (diff)
renaming movetofromedge->movetoedge and moveto->moveresizeto
-rw-r--r--Makefile.am4
-rw-r--r--openbox/actions/moveresizeto.c (renamed from openbox/actions/moveto.c)0
-rw-r--r--openbox/actions/movetoedge.c (renamed from openbox/actions/movetofromedge.c)0
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 523d73a9..8c6dc1c8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -183,8 +183,8 @@ openbox_openbox_SOURCES = \
openbox/actions/menu.c \
openbox/actions/move.c \
openbox/actions/moverelative.c \
- openbox/actions/moveto.c \
- openbox/actions/movetofromedge.c \
+ openbox/actions/moveresizeto.c \
+ openbox/actions/movetoedge.c \
openbox/actions/omnipresent.c \
openbox/actions/raise.c \
openbox/actions/raiselower.c \
diff --git a/openbox/actions/moveto.c b/openbox/actions/moveresizeto.c
index 4d23be45..4d23be45 100644
--- a/openbox/actions/moveto.c
+++ b/openbox/actions/moveresizeto.c
diff --git a/openbox/actions/movetofromedge.c b/openbox/actions/movetoedge.c
index 8a4044be..8a4044be 100644
--- a/openbox/actions/movetofromedge.c
+++ b/openbox/actions/movetoedge.c