all repos — fluxbox @ cac009a7ad8650d85f8b40a330ed4bc4c146e5c7

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

cac009a7ad8650d85f8b40a330ed4bc4c146e5c7

parent

504989bcf113985dc38ff76b2038b9b64d244fff

1 files changed, 4 insertions(+), 3 deletions(-)

jump to
M src/FbWinFrame.ccsrc/FbWinFrame.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // 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 "ImageControl.hh"

@@ -32,7 +32,8 @@

#include <iostream> 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): m_theme(theme), m_imagectrl(imgctrl),

@@ -67,7 +68,7 @@ m_bevel(1),

m_use_titlebar(true), m_use_handle(true), m_button_pm(0), - m_themelistener(*this), + m_themelistener(*this) { // m_shape(new Shape(m_window, 0)) { //Shape::TOPLEFT | Shape::TOPRIGHT)) { theme.addListener(m_themelistener); init();