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