1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Crude tab test in main menu (requires gui redesign for the additional tabs)

This commit is contained in:
Perttu Ahola 2012-03-13 08:50:03 +02:00
parent 11b86f8d8a
commit eea3277b81
3 changed files with 189 additions and 130 deletions

View file

@ -125,12 +125,12 @@ public:
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;
};