Use 'goto_focus' instead of 'goto' in contrib
[notion.git] / ioncore / presize.h
blob57888237bbd63df2a731bda290f6a9a5ba4ac395
1 /*
2 * ion/ioncore/presize.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
7 */
9 #ifndef ION_IONCORE_PRESIZE_H
10 #define ION_IONCORE_PRESIZE_H
12 #include "common.h"
13 #include "window.h"
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);
19 #endif /* ION_IONCORE_PRESIZE_H */