From b02c91caad1ef6ddaebe8d58a410a089d47f1f59 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 4 Jan 2003 07:26:57 +0000 Subject: [PATCH] more ideas in comments --- src/client.cc | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.45.2