diff options
author | fluxgen <fluxgen> | 2002-11-30 20:56:21 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-11-30 20:56:21 (GMT) |
commit | f3d243acbecca761a75137bc974046bac11d7034 (patch) | |
tree | f37ba3e6e0a02cfe8ba4b951e5959dd1f8a8a6c4 /src | |
parent | 992e3d496868cbf9f72a34b9f104f844cd2d65b7 (diff) | |
download | fluxbox-f3d243acbecca761a75137bc974046bac11d7034.zip fluxbox-f3d243acbecca761a75137bc974046bac11d7034.tar.bz2 |
forward declare fluxboxwindow
Diffstat (limited to 'src')
-rw-r--r-- | src/Tab.hh | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -19,18 +19,18 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: Tab.hh,v 1.15 2002/08/11 20:57:13 fluxgen Exp $ | 22 | // $Id: Tab.hh,v 1.16 2002/11/30 20:56:21 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef TAB_HH | 24 | #ifndef TAB_HH |
25 | #define TAB_HH | 25 | #define TAB_HH |
26 | 26 | ||
27 | #include "Image.hh" | 27 | #include <X11/Xlib.h> |
28 | #include "Window.hh" | 28 | #include <strings.h> |
29 | 29 | class FluxboxWindow; | |
30 | |||
31 | //Note: Tab is a friend of FluxboxWindow | ||
32 | |||
33 | 30 | ||
31 | /** | ||
32 | Note: Tab is a friend of FluxboxWindow | ||
33 | */ | ||
34 | class Tab { | 34 | class Tab { |
35 | public: | 35 | public: |
36 | enum Placement{ PTOP = 0, PBOTTOM = 5, PLEFT = 10, PRIGHT = 15, PNONE = 20}; | 36 | enum Placement{ PTOP = 0, PBOTTOM = 5, PLEFT = 10, PRIGHT = 15, PNONE = 20}; |