mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Fixed mechanism to properly restore last session (verify validity of
last file saved, i.e not empty or unsaved session).
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
|
||||
bool init(int id, GLFWwindow *share = NULL);
|
||||
void setIcon(const std::string &resource);
|
||||
void setTitle(const std::string &title);
|
||||
void setTitle(const std::string &title = "");
|
||||
|
||||
// show window (fullscreen if needed)
|
||||
void show();
|
||||
|
||||
Reference in New Issue
Block a user