diff options
Diffstat (limited to 'src/newt/native/X11Screen.h')
-rw-r--r-- | src/newt/native/X11Screen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/newt/native/X11Screen.h b/src/newt/native/X11Screen.h index c81ee05d5..5f47cc90d 100644 --- a/src/newt/native/X11Screen.h +++ b/src/newt/native/X11Screen.h @@ -32,7 +32,7 @@ #include "X11Common.h" -int NewtScreen_XRotation2Degree(JNIEnv *env, int xrotation); -int NewtScreen_Degree2XRotation(JNIEnv *env, int degree); +int NewtScreen_XRotation2Degree(JNIEnv *env, Rotation xrotation); +Rotation NewtScreen_Degree2XRotation(JNIEnv *env, int degree); #endif /* _X11SCREEN_H */ |