--- rxvt-unicode/src/iom.C 2006/12/14 03:18:34 1.36 +++ rxvt-unicode/src/iom.C 2007/02/12 17:34:58 1.37 @@ -151,6 +151,9 @@ static struct init { init () { +#ifdef IOM_PREINIT + { IOM_PREINIT } +#endif iom_valid = true; #if IOM_SIG @@ -175,6 +178,10 @@ tw0.start (TSTAMP_MAX); #endif + +#ifdef IOM_POSTINIT + { IOM_POSTINIT } +#endif } ~init ()