X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2FmodalMenu.h;h=21d9a479ef0af8090afb8f3f73a0d8ca9a43189b;hb=54917e306256d4d39b95335986fce93b8c56a6e3;hp=1f6d4d897dfe6126d0a69a8c375c50a4188edaab;hpb=7cfb71385d00d1cbbbfd9c76f6c01adafa9e648a;p=minetest.git diff --git a/src/modalMenu.h b/src/modalMenu.h index 1f6d4d897..21d9a479e 100644 --- a/src/modalMenu.h +++ b/src/modalMenu.h @@ -125,12 +125,12 @@ class GUIModalMenu : public gui::IGUIElement protected: //bool m_force_regenerate_gui; + v2u32 m_screensize_old; private: IMenuManager *m_menumgr; // This might be necessary to expose to the implementation if it // wants to launch other menus bool m_allow_focus_removal; - v2u32 m_screensize_old; };