Renamed MenuManager::recalc_pos() -> MenuManager::on_window_resize() and Menu::update...
[supertux.git] / src / gui / menu_manager.hpp
index 6b2d39c..9b8fe38 100644 (file)
@@ -45,7 +45,7 @@ public:
   ~MenuManager();
 
   void event(const SDL_Event& event);
-  void update();
+  void process_input();
   void refresh();
 
   void draw(DrawingContext& context);
@@ -58,7 +58,7 @@ public:
   void pop_menu();
   void clear_menu_stack();
 
-  void recalc_pos();
+  void on_window_resize();
   bool is_active() const
   {
     return !m_menu_stack.empty();