implemented pipe_spawn

This commit is contained in:
Anselm R. Garbe
2006-07-11 11:10:05 +02:00
parent 439e15d09f
commit 3a69c5173c
7 changed files with 70 additions and 15 deletions

View File

@ -218,7 +218,6 @@ keymapnotify(XEvent *e)
static void
maprequest(XEvent *e)
{
#if 0
XMapRequestEvent *ev = &e->xmaprequest;
static XWindowAttributes wa;
@ -231,9 +230,8 @@ maprequest(XEvent *e)
return;
}
if(!client_of_win(ev->window))
manage_client(create_client(ev->window, &wa));
#endif
/*if(!client_of_win(ev->window))*/
manage(create_client(ev->window, &wa));
}
static void