implemented pipe_spawn
This commit is contained in:
parent
439e15d09f
commit
3a69c5173c
7 changed files with 70 additions and 15 deletions
6
event.c
6
event.c
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue