Move tagSFG_PlatformWindowState from EGL to Android
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1176 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
04e3e33ad7
commit
6a05cd0a10
@ -100,4 +100,10 @@ struct tagSFG_PlatformJoystick
|
|||||||
int fd;
|
int fd;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* Window's state description. This structure should be kept portable. */
|
||||||
|
typedef struct tagSFG_PlatformWindowState SFG_PlatformWindowState;
|
||||||
|
struct tagSFG_PlatformWindowState
|
||||||
|
{
|
||||||
|
};
|
||||||
|
|
||||||
#endif /* FREEGLUT_INTERNAL_ANDROID_H */
|
#endif /* FREEGLUT_INTERNAL_ANDROID_H */
|
||||||
|
@ -50,13 +50,4 @@ struct tagSFG_PlatformContextEGL
|
|||||||
EGLConfig Config;
|
EGLConfig Config;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/* Window's state description. This structure should be kept portable. */
|
|
||||||
typedef struct tagSFG_PlatformWindowState SFG_PlatformWindowState;
|
|
||||||
struct tagSFG_PlatformWindowState
|
|
||||||
{
|
|
||||||
int OldWidth; /* Window width from before a resize */
|
|
||||||
int OldHeight; /* " height " " " " */
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user