repo.or.cz
/
adiumx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed the accessibility hierarchy of the message view to allow the accessibility...
[adiumx.git]
/
Source
/
AdiumIdleManager.h
blob
f0e45b84563ae2a91bdfdd0a01f7dc09efb04beb
1
//
2
// AdiumIdleManager.h
3
// Adium
4
//
5
// Created by Evan Schoenberg on 7/5/05.
6
//
7
8
#import <Adium/AIObject.h>
9
10
@interface AdiumIdleManager
:
AIObject
{
11
BOOL machineIsIdle
;
12
CFTimeInterval lastSeenIdle
;
13
NSTimer
*
idleTimer
;
14
}
15
16
@end