--- rxvt-unicode/src/command.C 2007/06/11 17:40:15 1.328 +++ rxvt-unicode/src/command.C 2007/06/11 19:57:28 1.329 @@ -538,7 +538,7 @@ # endif } #endif - + #ifdef PRINTPIPE if (keysym == XK_Print) { @@ -1188,7 +1188,7 @@ static struct event_handler { check_watcher yield_ev; - + void yield_cb (check_watcher &w) { // this should really be sched_yield(), but the linux guys thought @@ -1245,7 +1245,7 @@ if (!option (Opt_hold)) destroy (); } - + return false; } @@ -1492,11 +1492,11 @@ seen_resize = 1; resize_all_windows (ev.xconfigure.width, ev.xconfigure.height, 1); #ifdef XPM_BACKGROUND - if (!option(Opt_transparent) && bgPixmap.auto_resize) + if (!option (Opt_transparent) && bgPixmap.auto_resize) { resize_pixmap (); scr_touch (true); - } + } #endif } @@ -2510,7 +2510,7 @@ break; /* done = 1 */ } } - + for (i = 0; i < len; i++) if (putc (buf[i], fd) == EOF) { @@ -3338,7 +3338,7 @@ dLocal (Display *, dpy); assert (str != NULL); - + if (HOOK_INVOKE ((this, HOOK_OSC_SEQ, DT_INT, op, DT_STR, str, DT_END))) return; @@ -3484,10 +3484,9 @@ #endif } #if TRANSPARENT && defined(HAVE_AFTERIMAGE) - if (option(Opt_transparent)) - check_our_parents (); -#endif - + if (option (Opt_transparent)) + check_our_parents (); +#endif } break;