X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fresist.h;fp=openbox%2Fresist.h;h=a2b3f1602c1fd52574830ff092b66d942a775dc5;hb=019e80355920a29fb1b6c800b268004e8573c98a;hp=d61e7f2e75768451ed8f82c8c8aa7cfeed6143d5;hpb=c06971c162d947d212251b1d90a485638740e0c3;p=chaz%2Fopenbox diff --git a/openbox/resist.h b/openbox/resist.h index d61e7f2e..a2b3f160 100644 --- a/openbox/resist.h +++ b/openbox/resist.h @@ -32,8 +32,8 @@ void resist_move_windows(struct _ObClient *c, gint resist, gint *x, gint *y); */ void resist_move_monitors(struct _ObClient *c, gint resist, gint *x, gint *y); void resist_size_windows(struct _ObClient *c, gint resist, gint *w, gint *h, - ObCorner corn); + ObDirection dir); void resist_size_monitors(struct _ObClient *c, gint resist, gint *w, gint *h, - ObCorner corn); + ObDirection dir); #endif