Patch by Psy-Fi + my minor changes

Adds conformation on exit for windows. Needs to be enabled in user perf.

Tried to edit blender.exe.manifest for more modern dialog look, but didn't work out.
This commit is contained in:
Alexander Kuznetsov
2012-03-16 17:37:45 +00:00
parent 2caa507b7e
commit ed44ddd816
11 changed files with 71 additions and 2 deletions

View File

@@ -366,3 +366,9 @@ GHOST_TSuccess GHOST_System::createFullScreenWindow(GHOST_Window** window, const
}
return success;
}
int GHOST_System::confirmQuit(GHOST_IWindow * window) const
{
return 1;
}