aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/PalmOS/Src/native/oscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/PalmOS/Src/native/oscalls.h')
-rw-r--r--backends/platform/PalmOS/Src/native/oscalls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/PalmOS/Src/native/oscalls.h b/backends/platform/PalmOS/Src/native/oscalls.h
index cc35eeaf28..2b4b93488f 100644
--- a/backends/platform/PalmOS/Src/native/oscalls.h
+++ b/backends/platform/PalmOS/Src/native/oscalls.h
@@ -41,6 +41,8 @@ Err __68k_StatHide();
Err __68k_PINSetInputAreaState(UInt16 state);
Err __68k_SysSetOrientation(UInt16 orientation);
UInt16 __68k_SysGetOrientation(void);
+Err __68k_SysSetOrientationTriggerState(UInt16 triggerState);
+UInt16 __68k_SysGetOrientationTriggerState(void);
#ifdef __cplusplus
}