diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-28 06:52:48 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-28 06:52:48 (GMT) |
commit | 62bcfaf0e4fd7d77873343d880fc526ec58cdaa6 (patch) | |
tree | b9433c7f8e0aaa5d6e9ce40e7f5257d81136815f /src/FbWinFrame.hh | |
parent | 0ec165e85b313588d43dbdc2450da9838c4c528f (diff) | |
download | fluxbox-62bcfaf0e4fd7d77873343d880fc526ec58cdaa6.zip fluxbox-62bcfaf0e4fd7d77873343d880fc526ec58cdaa6.tar.bz2 |
move Shape to FbTk
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh index 69ff020..052c29d 100644 --- a/src/FbWinFrame.hh +++ b/src/FbWinFrame.hh | |||
@@ -34,14 +34,13 @@ | |||
34 | #include "FbTk/TextButton.hh" | 34 | #include "FbTk/TextButton.hh" |
35 | #include "FbTk/DefaultValue.hh" | 35 | #include "FbTk/DefaultValue.hh" |
36 | #include "FbTk/Container.hh" | 36 | #include "FbTk/Container.hh" |
37 | #include "Shape.hh" | 37 | #include "FbTk/Shape.hh" |
38 | 38 | ||
39 | #include <vector> | 39 | #include <vector> |
40 | #include <list> | 40 | #include <list> |
41 | #include <string> | 41 | #include <string> |
42 | #include <memory> | 42 | #include <memory> |
43 | 43 | ||
44 | class Shape; | ||
45 | class FbWinFrameTheme; | 44 | class FbWinFrameTheme; |
46 | class BScreen; | 45 | class BScreen; |
47 | class IconButton; | 46 | class IconButton; |
@@ -414,7 +413,7 @@ private: | |||
414 | FbWinFrame &m_frame; | 413 | FbWinFrame &m_frame; |
415 | }; | 414 | }; |
416 | ThemeListener m_themelistener; | 415 | ThemeListener m_themelistener; |
417 | Shape m_shape; | 416 | FbTk::Shape m_shape; |
418 | 417 | ||
419 | bool m_disable_themeshape; | 418 | bool m_disable_themeshape; |
420 | }; | 419 | }; |