all repos — fluxbox @ 12b2fafb178c7b48f1bd13cd3c2f4780daeda88d

custom fork of the fluxbox windowmanager

removed iconbar dep
fluxgen fluxgen
commit

12b2fafb178c7b48f1bd13cd3c2f4780daeda88d

parent

c9f52604c6a1f6d06bfd7fd3322c8e981c7a1084

1 files changed, 2 insertions(+), 11 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.193 2003/06/18 13:55:17 fluxgen Exp $ +// $Id: Window.cc,v 1.194 2003/06/22 21:29:32 fluxgen Exp $ #include "Window.hh"

@@ -3057,17 +3057,8 @@ }

m_attaching_tab = 0; } -//finds and redraw the icon label void FluxboxWindow::updateIcon() { - //!! TODO we shouldn't know about the toolbar in fluxboxwindow! - if (screen().toolbar()) { - const IconBar *iconbar = 0; - const IconBarObj *icon = 0; - if ((iconbar = screen().toolbar()->iconBar()) != 0) { - if ((icon = iconbar->findIcon(this)) != 0) - iconbar->draw(icon, icon->width()); - } - } + //!! TODO: notify listeners about icon name change } void FluxboxWindow::restore(WinClient *client, bool remap) {