all repos — fluxbox @ 8c12c5ecaf4ec6e1ad729115732f5579cbd4a788

custom fork of the fluxbox windowmanager

fix build error in gcc 2.95.4, missing include
simonb simonb
commit

8c12c5ecaf4ec6e1ad729115732f5579cbd4a788

parent

0497afae19f49050f4a11716d79d3d01e869e4d3

2 files changed, 4 insertions(+), 0 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,6 +1,8 @@

(Format: Year/Month/Day) Changes for 0.9.16: *06/04/05: + * Fix gcc 2.95.4 build error in ScreenPlacement.hh (Simon) + ScreenPlacement.hh * Fix tabs on other workspaces being shown on placement change (Simon) + Fix XmbFonts for multiple screens. Still need to fix XFontImp, it's quite a bit more convoluted.
M src/ScreenPlacement.hhsrc/ScreenPlacement.hh

@@ -27,6 +27,8 @@

#include "PlacementStrategy.hh" #include "FbTk/Resource.hh" +#include <memory> + class BScreen; /**