mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-13 20:35:54 +01:00
- Fixed all // comments
- Final cleanups
This commit is contained in:
@@ -176,8 +176,8 @@ sendTimeout(void *cdata)
|
||||
clearOutputQueue(cPtr);
|
||||
cPtr->state = WCTimedOut;
|
||||
cPtr->timeoutState = WCTWhileSending;
|
||||
// should we close it no matter what (after calling the didTimeout
|
||||
// delegate)? -Dan
|
||||
/* // should we close it no matter what (after calling the didTimeout
|
||||
// delegate)? -Dan */
|
||||
if (cPtr->delegate && cPtr->delegate->didTimeout) {
|
||||
(*cPtr->delegate->didTimeout)(cPtr->delegate, cPtr);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user