mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-01 09:00:58 -04:00
Move updatePinnedWindows() function to private section
This commit is contained in:
parent
f986e3fafa
commit
2b3b6d558f
@ -361,8 +361,6 @@ namespace MWGui
|
|||||||
|
|
||||||
virtual void pinWindow (MWGui::GuiWindow window);
|
virtual void pinWindow (MWGui::GuiWindow window);
|
||||||
|
|
||||||
void updatePinnedWindows ();
|
|
||||||
|
|
||||||
/// Fade the screen in, over \a time seconds
|
/// Fade the screen in, over \a time seconds
|
||||||
virtual void fadeScreenIn(const float time, bool clearQueue);
|
virtual void fadeScreenIn(const float time, bool clearQueue);
|
||||||
/// Fade the screen out to black, over \a time seconds
|
/// Fade the screen out to black, over \a time seconds
|
||||||
@ -541,6 +539,8 @@ namespace MWGui
|
|||||||
void createTextures();
|
void createTextures();
|
||||||
void createCursors();
|
void createCursors();
|
||||||
void setMenuTransparency(float value);
|
void setMenuTransparency(float value);
|
||||||
|
|
||||||
|
void updatePinnedWindows();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user