summaryrefslogtreecommitdiff
path: root/openbox/snap.h
blob: 5bf26272229b97e1ca81774214f79f66fb2cef90 (plain)
1
2
3
4
5
6
7
8
#ifndef __snap_h
#define __snap_h

#include "client.h"

void snap_move(Client *c, int *x, int *y, int w, int h);

#endif