X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fclient.c;h=fca7401c5ae0253caf270f8135e23ac449aa1da4;hb=def76092b587e7e9a2b212dc5211773e336525e1;hp=c2ddd21a2b2e9311584db000eb859f26ab3ef3d7;hpb=174de91c343dfbdfe866e566393bf4790ae22596;p=chaz%2Fopenbox diff --git a/openbox/client.c b/openbox/client.c index c2ddd21a..fca7401c 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -134,7 +134,7 @@ void client_set_list() } /* - void client_foreach_transient(ObClient *self, ObClientForeachFunc func, void *data) + void client_foreach_transient(ObClient *self, ObClientForeachFunc func, gpointer data) { GSList *it; @@ -144,7 +144,7 @@ void client_set_list() } } - void client_foreach_ancestor(ObClient *self, ObClientForeachFunc func, void *data) + void client_foreach_ancestor(ObClient *self, ObClientForeachFunc func, gpointer data) { if (self->transient_for) { if (self->transient_for != OB_TRAN_GROUP) { @@ -2777,7 +2777,7 @@ void client_raise(ObClient *self) void client_lower(ObClient *self) { - action_run_string("Raise", self); + action_run_string("Lower", self); } gboolean client_focused(ObClient *self)