finished rev 7756. renaming moveto->moveresizeto

This commit is contained in:
Dana Jansens 2007-07-11 20:02:50 +00:00
parent 2a4cd4f6bd
commit 92bf35e330
4 changed files with 7 additions and 7 deletions

View file

@ -23,7 +23,7 @@ void action_all_startup()
action_maximize_startup();
action_maximizehorizontal_startup();
action_maximizevertical_startup();
action_moveto_startup();
action_moveresizeto_startup();
action_moverelative_startup();
action_shade_startup();
action_kill_startup();
@ -38,7 +38,7 @@ void action_all_startup()
action_addremovedesktop_startup();
action_dockautohide_startup();
action_layer_startup();
action_movetofromedge_startup();
action_movetoedge_startup();
action_growtoedge_startup();
action_if_startup();
}

View file

@ -24,7 +24,7 @@ void action_fullscreen_startup();
void action_maximize_startup();
void action_maximizehorizontal_startup();
void action_maximizevertical_startup();
void action_moveto_startup();
void action_moveresizeto_startup();
void action_moverelative_startup();
void action_shade_startup();
void action_kill_startup();
@ -39,7 +39,7 @@ void action_resizerelative_startup();
void action_addremovedesktop_startup();
void action_dockautohide_startup();
void action_layer_startup();
void action_movetofromedge_startup();
void action_movetoedge_startup();
void action_growtoedge_startup();
void action_if_startup();

View file

@ -20,9 +20,9 @@ static gpointer setup_func(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node);
static void free_func(gpointer options);
static gboolean run_func(ObActionsData *data, gpointer options);
void action_moveto_startup()
void action_moveresizeto_startup()
{
actions_register("MoveTo",
actions_register("MoveResizeTo",
setup_func,
free_func,
run_func,

View file

@ -13,7 +13,7 @@ static gpointer setup_func(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node);
static void free_func(gpointer options);
static gboolean run_func(ObActionsData *data, gpointer options);
void action_movetofromedge_startup()
void action_movetoedge_startup()
{
actions_register("MoveToEdge",
setup_func,