diff options
Diffstat (limited to 'openbox/dispatch.c')
| -rw-r--r-- | openbox/dispatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/dispatch.c b/openbox/dispatch.c index 6f2b3d4e..87f41dcc 100644 --- a/openbox/dispatch.c +++ b/openbox/dispatch.c @@ -238,7 +238,7 @@ void dispatch_move(Client *c, int *x, int *y) *y = obe.data.c.num[1]; } -void dispatch_resize(Client *c, int *w, int *h, Corner corner) +void dispatch_resize(Client *c, int *w, int *h, ObCorner corner) { guint i; GSList *it; |
