all repos — fluxbox @ 588a71101af3c79d3127016951ba9b512fd2901d

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

588a71101af3c79d3127016951ba9b512fd2901d

parent

cb4d16f2d086184d79c8b4325872ade8fde6f1f0

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

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

@@ -19,12 +19,14 @@ // 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: IconBar.cc,v 1.26 2003/03/03 21:51:01 rathnor Exp $ +// $Id: IconBar.cc,v 1.27 2003/04/09 13:00:21 fluxgen Exp $ #include "IconBar.hh" + #include "i18n.hh" #include "Screen.hh" #include "fluxbox.hh" +#include "Window.hh" #include "ImageControl.hh" #include "Text.hh"