minor fix

This commit is contained in:
fluxgen 2003-02-17 22:57:52 +00:00
parent 504989bcf1
commit cac009a7ad

View file

@ -19,7 +19,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE. // DEALINGS IN THE SOFTWARE.
// $Id: FbWinFrame.cc,v 1.7 2003/02/17 22:45:42 fluxgen Exp $ // $Id: FbWinFrame.cc,v 1.8 2003/02/17 22:57:52 fluxgen Exp $
#include "FbWinFrame.hh" #include "FbWinFrame.hh"
#include "ImageControl.hh" #include "ImageControl.hh"
@ -32,7 +32,8 @@
#include <iostream> #include <iostream>
using namespace std; using namespace std;
FbWinFrame::FbWinFrame(FbWinFrameTheme &theme, FbTk::ImageControl &imgctrl, int screen_num, int x, int y, FbWinFrame::FbWinFrame(FbWinFrameTheme &theme, FbTk::ImageControl &imgctrl,
int screen_num, int x, int y,
unsigned int width, unsigned int height): unsigned int width, unsigned int height):
m_theme(theme), m_theme(theme),
m_imagectrl(imgctrl), m_imagectrl(imgctrl),
@ -67,7 +68,7 @@ FbWinFrame::FbWinFrame(FbWinFrameTheme &theme, FbTk::ImageControl &imgctrl, int
m_use_titlebar(true), m_use_titlebar(true),
m_use_handle(true), m_use_handle(true),
m_button_pm(0), m_button_pm(0),
m_themelistener(*this), m_themelistener(*this) {
// m_shape(new Shape(m_window, 0)) { //Shape::TOPLEFT | Shape::TOPRIGHT)) { // m_shape(new Shape(m_window, 0)) { //Shape::TOPLEFT | Shape::TOPRIGHT)) {
theme.addListener(m_themelistener); theme.addListener(m_themelistener);
init(); init();