]> git.decadent.org.uk Git - ion3.git/blob - ioncore/presize.h
a4800333bde455c5327b1d37b59b632d151a968a
[ion3.git] / ioncore / presize.h
1 /*
2  * ion/ioncore/presize.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2007. 
5  *
6  * Ion is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Lesser General Public License as published by
8  * the Free Software Foundation; either version 2.1 of the License, or
9  * (at your option) any later version.
10  */
11
12 #ifndef ION_IONCORE_PRESIZE_H
13 #define ION_IONCORE_PRESIZE_H
14
15 #include "common.h"
16 #include "window.h"
17
18 extern void window_p_resize_prepare(WWindow *wwin, XButtonEvent *ev);
19 extern void window_p_resize(WWindow *wwin);
20 extern void window_p_move(WWindow *wwin);
21
22 #endif /* ION_IONCORE_PRESIZE_H */