diff options
| author | nyamatongwe <devnull@localhost> | 2003-09-18 12:10:03 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2003-09-18 12:10:03 +0000 | 
| commit | c6f9a4e72a42a903098ff9251166a49c86cce9cd (patch) | |
| tree | 340dff11eb6ef2b6aec0cbc93d1d0238b1abde3b | |
| parent | 76c4202281dba009808a205320b954fbeed2c5a1 (diff) | |
| download | scintilla-mirror-c6f9a4e72a42a903098ff9251166a49c86cce9cd.tar.gz | |
Added Idler ID for use in idle code.
| -rw-r--r-- | include/Platform.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/Platform.h b/include/Platform.h index 342208ae0..52dda04c7 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -53,6 +53,7 @@ typedef void *WindowID;  typedef void *MenuID;  typedef void *TickerID;  typedef void *Function; +typedef void *IdlerID;  /**   * A geometric point class. | 
