summaryrefslogtreecommitdiff
path: root/include/m_idle.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-06-30 13:33:28 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-06-30 13:33:28 +0000
commitb8a02a2b98e7b0e6a8a54cb140a873039d9c6d3d (patch)
tree8dd46393de0047d87492a37e4ab057f143153aa8 /include/m_idle.h
parentb0632a264c7ce0120af88e915a455c3167f1d5c5 (diff)
- 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
Diffstat (limited to 'include/m_idle.h')
-rw-r--r--include/m_idle.h1
1 files changed, 1 insertions, 0 deletions
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;