all repos — fluxbox @ fa24d5c13d30817e709a4935d9d0ff0fe01bfbca

custom fork of the fluxbox windowmanager

using imagecontrol
fluxgen fluxgen
commit

fa24d5c13d30817e709a4935d9d0ff0fe01bfbca

parent

f3d243acbecca761a75137bc974046bac11d7034

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

jump to
M src/Tab.ccsrc/Tab.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: Tab.cc,v 1.45 2002/11/27 21:51:33 fluxgen Exp $ +// $Id: Tab.cc,v 1.46 2002/11/30 20:56:54 fluxgen Exp $ #include "Tab.hh"

@@ -28,6 +28,7 @@ #include "DrawUtil.hh"

#include "Screen.hh" #include "fluxbox.hh" #include "Rootmenu.hh" +#include "ImageControl.hh" #include <iostream> using namespace std;