Code

replace #ifdef PANGO_WEIGHT_SEMIBOLD with #if GTK_CHECK_VERSION(2,6,0), fixes compile...
authorrwst <rwst@users.sourceforge.net>
Sun, 25 Jun 2006 18:14:04 +0000 (18:14 +0000)
committerrwst <rwst@users.sourceforge.net>
Sun, 25 Jun 2006 18:14:04 +0000 (18:14 +0000)
commit077a96a2caf396b77c44d2746903e01049f7777e
treed8a304827d9e5bad49122e3ce6555db51c40985f
parentb9504ae85556942c4e973a5619707c16859ad729
replace #ifdef PANGO_WEIGHT_SEMIBOLD with #if GTK_CHECK_VERSION(2,6,0), fixes compiler warnings and is the correct way to check for glib-2.4
src/libnrtype/Layout-TNG-Input.cpp
src/libnrtype/Layout-TNG-Output.cpp