X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffg_internal.h;h=fa89c8a991022d6849fcdcde959ea6bcb0c4e3ea;hb=632fb45403e238a8d1da93af00a489ad0df4e6f0;hp=a0b563b88a4cf7d872df98e8c1d5fef9fb89a290;hpb=996f866b6b2758286997a04879151eeae0305f9e;p=freeglut diff --git a/src/fg_internal.h b/src/fg_internal.h index a0b563b..fa89c8a 100644 --- a/src/fg_internal.h +++ b/src/fg_internal.h @@ -512,6 +512,7 @@ enum { WCB_Display, WCB_Reshape, + WCB_Position, WCB_Keyboard, WCB_KeyboardUp, WCB_Special, @@ -643,8 +644,8 @@ struct tagSFG_Structure SFG_Window* GameModeWindow; /* The game mode window */ - int WindowID; /* The new current window ID */ - int MenuID; /* The new current menu ID */ + int WindowID; /* The window ID for the next window to be created */ + int MenuID; /* The menu ID for the next menu to be created */ }; /*