]> git.decadent.org.uk Git - ion3.git/blob - ioncore/presize.h
Imported Upstream version 20090110
[ion3.git] / ioncore / presize.h
1 /*
2  * ion/ioncore/presize.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2009. 
5  *
6  * See the included file LICENSE for details.
7  */
8
9 #ifndef ION_IONCORE_PRESIZE_H
10 #define ION_IONCORE_PRESIZE_H
11
12 #include "common.h"
13 #include "window.h"
14
15 extern void window_p_resize_prepare(WWindow *wwin, XButtonEvent *ev);
16 extern void window_p_resize(WWindow *wwin);
17 extern void window_p_move(WWindow *wwin);
18
19 #endif /* ION_IONCORE_PRESIZE_H */