summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-21 15:22:57 -0800
committerMatt Turner <mattst88@gmail.com>2020-01-13 22:25:39 +0000
commite3f26605d85d987da434640f52646d728f1fe919 (patch)
tree68119fd20f37f1eb40d00f507d1da6bdf395fa6a /include
parentbb405cdc85b6e31c0beef60a07a2cfe5b87dcde6 (diff)
Add ddxInputThread call from os layer into ddx layer
Allows ddx's to run additional code as necessary to set up the input thread. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> (cherry picked from commit 4ad21c3247d98ac6c5ad71fa36be60ed04f7c92c)
Diffstat (limited to 'include')
-rw-r--r--include/os.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/os.h b/include/os.h
index 3646194a0..2a1c29ef3 100644
--- a/include/os.h
+++ b/include/os.h
@@ -556,6 +556,8 @@ extern _X_EXPORT void
AbortDDX(enum ExitCode error);
extern _X_EXPORT void
ddxGiveUp(enum ExitCode error);
+extern _X_EXPORT void
+ddxInputThreadInit(void);
extern _X_EXPORT int
TimeSinceLastInputEvent(void);