aboutsummaryrefslogtreecommitdiff
path: root/src/HeadArea.hh
AgeCommit message (Collapse)AuthorFilesLines
2016-08-28fix compiler warning about std::auto_ptrMathias Gumz1-1/+1
fluxbox uses std::unique_ptr<> where it previously used std::auto_ptr<>. C++0X was approved in 2011. among other things, it deprecates std::auto_ptr. 5 years is long enough for compilers to catch up the standard.
2007-12-30removed some unneeded headersMathias Gumz1-3/+2
2004-09-11head specific strutfluxgen1-0/+48