summaryrefslogtreecommitdiff
path: root/src/modalMenu.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-03-13 08:50:03 +0200
committerPerttu Ahola <celeron55@gmail.com>2012-03-13 08:50:03 +0200
commiteea3277b81625277b634d1f5409b46075ebe28ff (patch)
tree1cf193021af215f5bc79070bfcea7bbe3feaa61b /src/modalMenu.h
parent11b86f8d8a5ce8643b0d11390b5e51b4954105c8 (diff)
downloadminetest-eea3277b81625277b634d1f5409b46075ebe28ff.tar.gz
minetest-eea3277b81625277b634d1f5409b46075ebe28ff.tar.bz2
minetest-eea3277b81625277b634d1f5409b46075ebe28ff.zip
Crude tab test in main menu (requires gui redesign for the additional tabs)
Diffstat (limited to 'src/modalMenu.h')
-rw-r--r--src/modalMenu.h2
1 files changed, 1 insertions, 1 deletions
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 @@ 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;
};