Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-03-21 18:27:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-03-21 18:27:48 +0300
commit69eb452622e9af340f14b7116d59e450c3b6c745 (patch)
treebe5dd24893507bbba968d3114da06de60e9e83eb /intern/ghost/GHOST_ISystem.h
parent3ea8710b9daaed9bbf160c8b7895f2d6fdb0337c (diff)
parent5ba5254ec1ebba6c1e89b663592d716b92e13165 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'intern/ghost/GHOST_ISystem.h')
-rw-r--r--intern/ghost/GHOST_ISystem.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/intern/ghost/GHOST_ISystem.h b/intern/ghost/GHOST_ISystem.h
index 5c5590ef069..25b7fb26e0e 100644
--- a/intern/ghost/GHOST_ISystem.h
+++ b/intern/ghost/GHOST_ISystem.h
@@ -433,6 +433,12 @@ public:
* in the application
*/
virtual int confirmQuit(GHOST_IWindow *window) const = 0;
+
+ /**
+ * Informs if the system provides native dialogs (eg. confirm quit)
+ */
+ virtual bool supportsNativeDialogs(void) = 0;
+
protected:
/**
* Initialize the system.