diff options
author | fluxgen <fluxgen> | 2003-02-17 22:57:52 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-02-17 22:57:52 (GMT) |
commit | cac009a7ad8650d85f8b40a330ed4bc4c146e5c7 (patch) | |
tree | 67918f758ea5342b0c068e2743d65d91830e660a /src/FbWinFrame.cc | |
parent | 504989bcf113985dc38ff76b2038b9b64d244fff (diff) | |
download | fluxbox-cac009a7ad8650d85f8b40a330ed4bc4c146e5c7.zip fluxbox-cac009a7ad8650d85f8b40a330ed4bc4c146e5c7.tar.bz2 |
minor fix
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r-- | src/FbWinFrame.cc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc index 9a00a08..f1adf65 100644 --- a/src/FbWinFrame.cc +++ b/src/FbWinFrame.cc | |||
@@ -19,7 +19,7 @@ | |||
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: FbWinFrame.cc,v 1.7 2003/02/17 22:45:42 fluxgen Exp $ | 22 | // $Id: FbWinFrame.cc,v 1.8 2003/02/17 22:57:52 fluxgen Exp $ |
23 | 23 | ||
24 | #include "FbWinFrame.hh" | 24 | #include "FbWinFrame.hh" |
25 | #include "ImageControl.hh" | 25 | #include "ImageControl.hh" |
@@ -32,7 +32,8 @@ | |||
32 | #include <iostream> | 32 | #include <iostream> |
33 | using namespace std; | 33 | using namespace std; |
34 | 34 | ||
35 | FbWinFrame::FbWinFrame(FbWinFrameTheme &theme, FbTk::ImageControl &imgctrl, int screen_num, int x, int y, | 35 | FbWinFrame::FbWinFrame(FbWinFrameTheme &theme, FbTk::ImageControl &imgctrl, |
36 | int screen_num, int x, int y, | ||
36 | unsigned int width, unsigned int height): | 37 | unsigned int width, unsigned int height): |
37 | m_theme(theme), | 38 | m_theme(theme), |
38 | m_imagectrl(imgctrl), | 39 | m_imagectrl(imgctrl), |
@@ -67,7 +68,7 @@ FbWinFrame::FbWinFrame(FbWinFrameTheme &theme, FbTk::ImageControl &imgctrl, int | |||
67 | m_use_titlebar(true), | 68 | m_use_titlebar(true), |
68 | m_use_handle(true), | 69 | m_use_handle(true), |
69 | m_button_pm(0), | 70 | m_button_pm(0), |
70 | m_themelistener(*this), | 71 | m_themelistener(*this) { |
71 | // m_shape(new Shape(m_window, 0)) { //Shape::TOPLEFT | Shape::TOPRIGHT)) { | 72 | // m_shape(new Shape(m_window, 0)) { //Shape::TOPLEFT | Shape::TOPRIGHT)) { |
72 | theme.addListener(m_themelistener); | 73 | theme.addListener(m_themelistener); |
73 | init(); | 74 | init(); |