From b8a02a2b98e7b0e6a8a54cb140a873039d9c6d3d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 30 Jun 2012 13:33:28 +0000 Subject: - setting thread names; - warning fixes; - code cleaning; - option to disable sounds during idle git-svn-id: http://svn.miranda-ng.org/main/trunk@692 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_idle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/m_idle.h b/include/m_idle.h index 57394c9cc9..5fed10c55a 100644 --- a/include/m_idle.h +++ b/include/m_idle.h @@ -57,6 +57,7 @@ typedef struct { int aaStatus; // status to go to when user is auto away int aaLock; // the status shouldn't be unset if its set int idleType; + int idlesoundsoff; } MIRANDA_IDLE_INFO; -- cgit v1.2.3