1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-25 03:40:40 +00:00

Move updatePinnedWindows() function to private section

This commit is contained in:
Andrei Kortunov 2017-04-21 19:37:09 +04:00
parent f986e3fafa
commit 2b3b6d558f

View File

@ -361,8 +361,6 @@ namespace MWGui
virtual void pinWindow (MWGui::GuiWindow window);
void updatePinnedWindows ();
/// Fade the screen in, over \a time seconds
virtual void fadeScreenIn(const float time, bool clearQueue);
/// Fade the screen out to black, over \a time seconds
@ -541,6 +539,8 @@ namespace MWGui
void createTextures();
void createCursors();
void setMenuTransparency(float value);
void updatePinnedWindows();
};
}