X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fandroid%2Ffg_internal_android.h;fp=src%2Fandroid%2Ffg_internal_android.h;h=c5d146e8e36769f070636994d811d3cb9efede48;hb=329ff5a3e911e6a0e6cf4d75f25f9ccedd3b7693;hp=c072136ceb35f311d9153a9fb2d4c0cd2138f9c0;hpb=4b1d80d34568230510aafef6b9d505e1215c8d38;p=freeglut diff --git a/src/android/fg_internal_android.h b/src/android/fg_internal_android.h index c072136..c5d146e 100644 --- a/src/android/fg_internal_android.h +++ b/src/android/fg_internal_android.h @@ -104,7 +104,8 @@ struct tagSFG_PlatformJoystick typedef struct tagSFG_PlatformWindowState SFG_PlatformWindowState; struct tagSFG_PlatformWindowState { - int unused; + int32_t LastHeight; + int32_t LastWidth; }; #endif /* FREEGLUT_INTERNAL_ANDROID_H */