blob: 4031ac24644ae49465b683f28fd44cc84b6a06a8 (
plain)
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
|