]> Dogcows Code - chaz/openbox/blobdiff - openbox/dispatch.c
add misc.h with some standard enumerations with proper prefixing and capitalizations.
[chaz/openbox] / openbox / dispatch.c
index 6f2b3d4e2e36441a7dadc1e9899ae8906aaf02ed..87f41dcc69c76767578647da6a80decaa7d188be 100644 (file)
@@ -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;
This page took 0.02192 seconds and 4 git commands to generate.