forked from mirror/openmw-tes3mp
Move updatePinnedWindows() function to private section
This commit is contained in:
parent
f986e3fafa
commit
2b3b6d558f
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue