Merge pull request #10475 from erw7/fix-ext-popupmenu

Fix some keys not working in ext_popupmenu
This commit is contained in:
Björn Linse
2019-09-08 20:42:32 +02:00
committed by GitHub
5 changed files with 178 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ struct ui_t {
bool ui_ext[kUIExtCount]; ///< Externalized UI capabilities.
int width;
int height;
int pum_height;
void *data;
#ifdef INCLUDE_GENERATED_DECLARATIONS