all repos — fluxbox @ c8362adbf83b671384f36950e916ff4d2382d5ef

custom fork of the fluxbox windowmanager

need cstdio for sscanf
fluxgen fluxgen
commit

c8362adbf83b671384f36950e916ff4d2382d5ef

parent

3328de262c82795baf18507542f77981a4367766

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

jump to
M src/FbTk/MenuTheme.ccsrc/FbTk/MenuTheme.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: MenuTheme.cc,v 1.2 2003/01/09 16:51:52 fluxgen Exp $ +// $Id: MenuTheme.cc,v 1.3 2003/01/10 00:54:12 fluxgen Exp $ #include "MenuTheme.hh"

@@ -29,6 +29,8 @@ #include "Font.hh"

#include "App.hh" //TODO change this #include "../StringUtil.hh" + +#include <cstdio> namespace FbTk {