]> git.lizzy.rs Git - minetest.git/blobdiff - src/modalMenu.h
Add Client::getEnv() and remove some unnecessary wrappers
[minetest.git] / src / modalMenu.h
index 1f6d4d897dfe6126d0a69a8c375c50a4188edaab..21d9a479ef0af8090afb8f3f73a0d8ca9a43189b 100644 (file)
@@ -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;
 };