diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-04-25 16:18:38 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-04-25 16:18:38 +0100 |
| commit | 79c08af73105929756ebec9f94a332c4dbfddd70 (patch) | |
| tree | f24b0cd87f9326c652c4fa5e48a6288d4cec611d /appl | |
| parent | 34077fb06ba09ed1d81cf417aa57f71d91aae9a6 (diff) | |
20100425-1618
Diffstat (limited to 'appl')
| -rw-r--r-- | appl/wm/wm.b | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appl/wm/wm.b b/appl/wm/wm.b index d2dee3f8..322cd072 100644 --- a/appl/wm/wm.b +++ b/appl/wm/wm.b @@ -154,6 +154,8 @@ init(ctxt: ref Draw->Context, argv: list of string) # if client leaving if(rc == nil){ c.remove(); + if(c.stop == nil) + break; if(c == ptrfocus) ptrfocus = nil; if(c == kbdfocus) |
