projects
/
mikachu
/
openbox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add code for snapping windows to screen edges
[mikachu/openbox.git]
/
openbox
/
snap.h
1
#ifndef __snap_h
2
#define __snap_h
3
4
#include "client.h"
5
6
void snap_move(Client *c, int *x, int *y, int w, int h);
7
8
#endif