aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Platform.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-01-13 10:07:20 +0000
committernyamatongwe <unknown>2002-01-13 10:07:20 +0000
commit6070510b893e3bc1169c71ed79f51345ee6803c1 (patch)
tree4b8cccdacc801f4105b6d0420d139284e70dfa10 /include/Platform.h
parente468d988b369e61696608fc9ccd52c6d746cb735 (diff)
downloadscintilla-mirror-6070510b893e3bc1169c71ed79f51345ee6803c1.tar.gz
Added TickerID typedef to ease merging FOX code.
Diffstat (limited to 'include/Platform.h')
-rw-r--r--include/Platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Platform.h b/include/Platform.h
index 634792960..235123a55 100644
--- a/include/Platform.h
+++ b/include/Platform.h
@@ -51,6 +51,7 @@ typedef void *FontID;
typedef void *SurfaceID;
typedef void *WindowID;
typedef void *MenuID;
+typedef void *TickerID;
/**
* A geometric point class.