summaryrefslogtreecommitdiff
path: root/openbox/dispatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/dispatch.h')
-rw-r--r--openbox/dispatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/dispatch.h b/openbox/dispatch.h
index d3ac0d4e..852d0bfc 100644
--- a/openbox/dispatch.h
+++ b/openbox/dispatch.h
@@ -98,6 +98,6 @@ void dispatch_signal(int signal);
void dispatch_move(Client *c, int *x, int *y);
/* *w and *h should be set with the destination of the window, they may be
changed by the event handlers */
-void dispatch_resize(Client *c, int *w, int *h, Corner corner);
+void dispatch_resize(Client *c, int *w, int *h, ObCorner corner);
#endif