all repos — fluxbox @ 2f9ba66d12d67e1a0bdd102d1e665b8b55161fe8

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

2f9ba66d12d67e1a0bdd102d1e665b8b55161fe8

parent

588a71101af3c79d3127016951ba9b512fd2901d

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

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

@@ -19,10 +19,11 @@ // 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.55 2003/02/18 15:11:09 rathnor Exp $ +// $Id: Tab.cc,v 1.56 2003/04/09 13:18:36 fluxgen Exp $ #include "Tab.hh" +#include "Window.hh" #include "i18n.hh" #include "DrawUtil.hh" #include "Screen.hh"