all repos — openbox @ 35ed95fe18e9b8d7a79f79f4fd7466a2b46435e3

openbox fork - make it a bit more like ryudo

openbox/resist.h (raw)

1
2
3
4
5
6
7
8
9
10
11
#ifndef ob__resist_h
#define ob__resist_h

struct _ObClient;

#include <glib.h>

void resist_move(struct _ObClient *c, gint *x, gint *y);
void resist_size(struct _ObClient *c, gint *w, gint *h, ObCorner corn);

#endif