added gridsel to gridwm

This commit is contained in:
Anselm R. Garbe
2006-07-11 13:21:57 +02:00
parent 005362043d
commit 26e134b8a7
7 changed files with 99 additions and 13 deletions

View File

@ -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