all repos — fluxbox @ 29bf0656d4e231bc15a15160d5dbb3092ec892b7

custom fork of the fluxbox windowmanager

using bad_cast from typeinfo
fluxgen fluxgen
commit

29bf0656d4e231bc15a15160d5dbb3092ec892b7

parent

459f2563d2470712a969cf48f6a1474b364dd3c4

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

jump to
M src/FbTk/Font.ccsrc/FbTk/Font.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: Font.cc,v 1.3 2002/12/08 19:12:07 fluxgen Exp $ +//$Id: Font.cc,v 1.4 2003/01/05 23:00:19 fluxgen Exp $ #include "Font.hh"

@@ -54,6 +54,7 @@

#include <iostream> #include <cstring> #include <cstdlib> +#include <typeinfo> using namespace std; #ifdef HAVE_SETLOCALE