added gridsel to gridwm
This commit is contained in:
parent
005362043d
commit
26e134b8a7
7 changed files with 99 additions and 13 deletions
6
event.c
6
event.c
|
@ -81,13 +81,11 @@ configurerequest(XEvent *e)
|
|||
static void
|
||||
destroynotify(XEvent *e)
|
||||
{
|
||||
#if 0
|
||||
Client *c;
|
||||
XDestroyWindowEvent *ev = &e->xdestroywindow;
|
||||
|
||||
if((c = client_of_win(ev->window)))
|
||||
destroy_client(c);
|
||||
#endif
|
||||
if((c = getclient(ev->window)))
|
||||
unmanage(c);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue