diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-04 07:26:57 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-04 07:26:57 +0000 |
| commit | b02c91caad1ef6ddaebe8d58a410a089d47f1f59 (patch) | |
| tree | c9d4dea2d47d94d02f459a4441b5f2f038a0ded9 /src | |
| parent | a6f5b33ad90637705af9717c978bf895455c71ba (diff) | |
more ideas in comments
Diffstat (limited to 'src')
| -rw-r--r-- | src/client.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client.cc b/src/client.cc index 80869e15..95d15095 100644 --- a/src/client.cc +++ b/src/client.cc @@ -882,6 +882,9 @@ void OBClient::close() // XXX: itd be cool to do timeouts and shit here for killing the client's // process off + // like... if the window is around after 5 seconds, then the close button + // turns a nice red, and if this function is called again, the client is + // explicitly killed. ce.xclient.type = ClientMessage; ce.xclient.message_type = property->atom(otk::OBProperty::wm_protocols); |
