aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-09-18 12:10:03 +0000
committernyamatongwe <unknown>2003-09-18 12:10:03 +0000
commitc356494c2698bb9558e4434b7ce019a91a919428 (patch)
tree340dff11eb6ef2b6aec0cbc93d1d0238b1abde3b
parent9ffb97ea590ae0591034d08aa35f93b84921843e (diff)
downloadscintilla-mirror-c356494c2698bb9558e4434b7ce019a91a919428.tar.gz
Added Idler ID for use in idle code.
-rw-r--r--include/Platform.h1
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.