diff options
author | fluxgen <fluxgen> | 2003-12-18 18:03:23 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-12-18 18:03:23 (GMT) |
commit | bb02a522fbc7c47ebd1ddacafd466ccf59e58915 (patch) | |
tree | b55b5d4ae07eaf0794cb6e9b97b478cded7413e1 /src/FbWinFrame.cc | |
parent | 8735c6a08bdab11172ec6e4c35271a4b8c374fc7 (diff) | |
download | fluxbox_pavel-bb02a522fbc7c47ebd1ddacafd466ccf59e58915.zip fluxbox_pavel-bb02a522fbc7c47ebd1ddacafd466ccf59e58915.tar.bz2 |
code cleaning
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r-- | src/FbWinFrame.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc index 7e3af6a..ea0ae29 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.66 2003/12/16 12:46:14 rathnor Exp $ | 22 | // $Id: FbWinFrame.cc,v 1.67 2003/12/18 18:03:21 fluxgen Exp $ |
23 | 23 | ||
24 | #include "FbWinFrame.hh" | 24 | #include "FbWinFrame.hh" |
25 | 25 | ||
@@ -43,11 +43,11 @@ | |||
43 | using namespace std; | 43 | using namespace std; |
44 | 44 | ||
45 | FbWinFrame::FbWinFrame(FbWinFrameTheme &theme, FbTk::ImageControl &imgctrl, | 45 | FbWinFrame::FbWinFrame(FbWinFrameTheme &theme, FbTk::ImageControl &imgctrl, |
46 | int screen_num, int x, int y, | 46 | int x, int y, |
47 | unsigned int width, unsigned int height): | 47 | unsigned int width, unsigned int height): |
48 | m_theme(theme), | 48 | m_theme(theme), |
49 | m_imagectrl(imgctrl), | 49 | m_imagectrl(imgctrl), |
50 | m_window(screen_num, x, y, width, height, ButtonPressMask | ButtonReleaseMask | | 50 | m_window(theme.screenNum(), x, y, width, height, ButtonPressMask | ButtonReleaseMask | |
51 | ButtonMotionMask | EnterWindowMask, true), | 51 | ButtonMotionMask | EnterWindowMask, true), |
52 | m_titlebar(m_window, 0, 0, 100, 16, | 52 | m_titlebar(m_window, 0, 0, 100, 16, |
53 | ButtonPressMask | ButtonReleaseMask | | 53 | ButtonPressMask | ButtonReleaseMask | |