--- rxvt-unicode/src/init.C 2009/05/30 08:51:23 1.259 +++ rxvt-unicode/src/init.C 2010/01/30 20:52:36 1.261 @@ -310,6 +310,7 @@ set_option (Opt_secondaryScroll); set_option (Opt_pastableTabs); set_option (Opt_intensityStyles); + set_option (Opt_iso14755); set_option (Opt_iso14755_52); set_option (Opt_buffered); } @@ -1159,7 +1160,7 @@ { int w = im->width; int h = im->height; - long* buffer = (long *)malloc ((2 + w * h) * sizeof (long)); + long *buffer = (long *)malloc ((2 + w * h) * sizeof (long)); ASImage *result = scale_asimage (asv, im, w, h, ASA_ARGB32, 100, ASIMAGE_QUALITY_DEFAULT); @@ -1176,7 +1177,7 @@ destroy_asimage (&result); XChangeProperty (dpy, top, xa[XA_NET_WM_ICON], XA_CARDINAL, 32, - PropModeReplace, (const unsigned char*) buffer, 2 + w * h); + PropModeReplace, (const unsigned char *) buffer, 2 + w * h); free (buffer); } else