]> git.decadent.org.uk Git - ion3.git/blob - ioncore/frame-pointer.h
c7163a106a5eb55e7eaead1551f843bd217c5ed7
[ion3.git] / ioncore / frame-pointer.h
1 /*
2  * ion/ioncore/frame-pointer.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_FRAME_POINTER_H
13 #define ION_IONCORE_FRAME_POINTER_H
14
15 #include "common.h"
16 #include "pointer.h"
17 #include "frame.h"
18
19 extern void frame_p_resize(WFrame *frame);
20 extern void frame_p_tabdrag(WFrame *frame);
21 extern void frame_p_move(WFrame *frame);
22 extern void frame_p_switch_tab(WFrame *frame);
23
24 extern int frame_press(WFrame *frame, XButtonEvent *ev,
25                           WRegion **reg_ret);
26 extern void frame_release(WFrame *frame);
27
28 #endif /* ION_IONCORE_FRAME_POINTER_H */