all repos — fluxbox @ d879cbae7f5ced020b68c680ff02d02db09b8faf

custom fork of the fluxbox windowmanager

adjusted for FbTk ImageControl
fluxgen fluxgen
commit

d879cbae7f5ced020b68c680ff02d02db09b8faf

parent

20037a89beec371ff8a6cba76d0e62ef342d9d83

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

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

@@ -22,7 +22,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: Window.cc,v 1.110 2003/01/09 20:44:09 fluxgen Exp $ +// $Id: Window.cc,v 1.111 2003/01/09 22:18:06 fluxgen Exp $ #include "Window.hh"

@@ -31,7 +31,6 @@ #include "fluxbox.hh"

#include "Screen.hh" #include "StringUtil.hh" #include "Netizen.hh" -#include "ImageControl.hh" #include "FbWinFrameTheme.hh" #include "MenuTheme.hh"

@@ -96,7 +95,7 @@ }

}; -FluxboxWindow::FluxboxWindow(Window w, BScreen *s, int screen_num, BImageControl &imgctrl, FbWinFrameTheme &tm, +FluxboxWindow::FluxboxWindow(Window w, BScreen *s, int screen_num, FbTk::ImageControl &imgctrl, FbWinFrameTheme &tm, FbTk::MenuTheme &menutheme): m_hintsig(*this), m_statesig(*this),