X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=src%2Fandroid%2Ffg_internal_android.h;h=445251f6ca5dd263f1fc80646005399c8a0fe877;hb=99d53f15a4216240088132f6af9cb194b519b1cc;hp=0feaad61f3d6b5a5483b836dc1d4c7b7aa631b1d;hpb=33809048f02c69b63bc8ac4a0fafc7f6eaf4a363;p=freeglut diff --git a/src/android/fg_internal_android.h b/src/android/fg_internal_android.h index 0feaad6..445251f 100644 --- a/src/android/fg_internal_android.h +++ b/src/android/fg_internal_android.h @@ -106,8 +106,7 @@ struct tagSFG_PlatformJoystick typedef struct tagSFG_PlatformWindowState SFG_PlatformWindowState; struct tagSFG_PlatformWindowState { - int32_t LastHeight; - int32_t LastWidth; + char unused; }; #endif /* FREEGLUT_INTERNAL_ANDROID_H */