X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffg_internal.h;h=6974dd33b8b5810d29e7fe22944efde8172a0460;hb=6636a18df676a102cee0bcf31ce81b67dc7b7ac2;hp=1b671c315d5d23b00777594efe82196e9c0cabe5;hpb=05a61612c9b96b61ca9917def47eb59b7bd195c8;p=freeglut diff --git a/src/fg_internal.h b/src/fg_internal.h index 1b671c3..6974dd3 100644 --- a/src/fg_internal.h +++ b/src/fg_internal.h @@ -220,8 +220,7 @@ typedef void (* FGCBMultiMotion )( int, int, int ); typedef void (* FGCBMultiPassive )( int, int, int ); typedef void (* FGCBInitContext)(); -typedef void (* FGCBPause)(); -typedef void (* FGCBResume)(); +typedef void (* FGCBAppStatus)(int); /* The global callbacks type definitions */ typedef void (* FGCBIdle )( void ); @@ -602,8 +601,7 @@ enum /* Mobile platforms LifeCycle */ WCB_InitContext, - WCB_Pause, - WCB_Resume, + WCB_AppStatus, /* Presently ignored */ WCB_Select,