diff options
Diffstat (limited to 'openbox/actions')
| -rw-r--r-- | openbox/actions/desktop.c | 2 | ||||
| -rw-r--r-- | openbox/actions/focus.c | 2 | ||||
| -rw-r--r-- | openbox/actions/moveresizeto.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/openbox/actions/desktop.c b/openbox/actions/desktop.c index 0620c453..d3a0d0c3 100644 --- a/openbox/actions/desktop.c +++ b/openbox/actions/desktop.c @@ -122,7 +122,7 @@ static gboolean run_func(ObActionsData *data, gpointer options) Options *o = options; guint d; - + switch (o->type) { case LAST: diff --git a/openbox/actions/focus.c b/openbox/actions/focus.c index d0acfbd9..ea7a6a2c 100644 --- a/openbox/actions/focus.c +++ b/openbox/actions/focus.c @@ -48,7 +48,7 @@ static gboolean run_func(ObActionsData *data, gpointer options) /* ob_debug("button %d focusable %d context %d %d %d\n", data->button, client_mouse_focusable(data->client), - data->context, + data->context, OB_FRAME_CONTEXT_CLIENT, OB_FRAME_CONTEXT_FRAME); */ if (data->button == 0 || client_mouse_focusable(data->client) || diff --git a/openbox/actions/moveresizeto.c b/openbox/actions/moveresizeto.c index 0f339e86..046a7b80 100644 --- a/openbox/actions/moveresizeto.c +++ b/openbox/actions/moveresizeto.c @@ -130,7 +130,7 @@ static gboolean run_func(ObActionsData *data, gpointer options) /* get the client's size back */ w -= c->frame->size.left + c->frame->size.right; - h -= c->frame->size.top + c->frame->size.bottom; + h -= c->frame->size.top + c->frame->size.bottom; frame_frame_gravity(c->frame, &x, &y); /* get the client coords */ client_try_configure(c, &x, &y, &w, &h, &lw, &lh, TRUE); |
