X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fegl%2Ffg_internal_egl.h;h=3a0ade91d083f5cc3aef1778bea8a6a5d0a09f91;hb=0419dcb7f0e2233947f76f54cbb635ddf9e03bbb;hp=f2015b9d7f9601aa50254044cf1214e4841aac4a;hpb=44856885ba35db9526d24d140b84ce492f4871d2;p=freeglut diff --git a/src/egl/fg_internal_egl.h b/src/egl/fg_internal_egl.h index f2015b9..3a0ade9 100644 --- a/src/egl/fg_internal_egl.h +++ b/src/egl/fg_internal_egl.h @@ -50,13 +50,4 @@ struct tagSFG_PlatformContextEGL 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