Windows SDL 1.x: Add menu item to system menu to allow restoring the menu bar if you've hidden it.

This commit is contained in:
Jonathan Campbell
2018-01-06 22:08:33 -08:00
parent 13564f6321
commit 1bcc2e6f4f
3 changed files with 40 additions and 4 deletions

View File

@@ -714,4 +714,7 @@
#define ID_GLIDE_EMU_OPENGL 818
#define ID_GLIDE_EMU_AUTO 819
#define ID_ALWAYS_ON_TOP 820
#if defined(WIN32)
# define ID_WIN_SYSMENU_RESTOREMENU 0x0F00
#endif