# endif
}
#endif
-
+
#ifdef PRINTPIPE
if (keysym == XK_Print)
{
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
if (!option (Opt_hold))
destroy ();
}
-
+
return false;
}
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
}
break; /* done = 1 */
}
}
-
+
for (i = 0; i < len; i++)
if (putc (buf[i], fd) == EOF)
{
dLocal (Display *, dpy);
assert (str != NULL);
-
+
if (HOOK_INVOKE ((this, HOOK_OSC_SEQ, DT_INT, op, DT_STR, str, DT_END)))
return;
#endif
}
#if TRANSPARENT && defined(HAVE_AFTERIMAGE)
- if (option(Opt_transparent))
- check_our_parents ();
-#endif
-
+ if (option (Opt_transparent))
+ check_our_parents ();
+#endif
}
break;