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:
authorTon Roosendaal <ton@blender.org>2009-02-18 16:21:44 +0300
committerTon Roosendaal <ton@blender.org>2009-02-18 16:21:44 +0300
commit915e989f9d60d4523563f14b71df8c7f6d5e812e (patch)
tree21dbce46158bd296c98459c02bcb524a8932bcd7 /intern/ghost/GHOST_Types.h
parentc396a4ec15f82146ffb4ace8820cbe762e25c979 (diff)
2.5
Added ghost display state hint 'modified file'. Only supported in osx though (close button in bar gets dot).
Diffstat (limited to 'intern/ghost/GHOST_Types.h')
-rw-r--r--intern/ghost/GHOST_Types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/intern/ghost/GHOST_Types.h b/intern/ghost/GHOST_Types.h
index b683740247a..2441251dc33 100644
--- a/intern/ghost/GHOST_Types.h
+++ b/intern/ghost/GHOST_Types.h
@@ -104,7 +104,9 @@ typedef enum {
GHOST_kWindowState8Normal = 8,
GHOST_kWindowState8Maximized,
GHOST_kWindowState8Minimized,
- GHOST_kWindowState8FullScreen
+ GHOST_kWindowState8FullScreen,
+ GHOST_kWindowStateModified,
+ GHOST_kWindowStateUnModified
} GHOST_TWindowState;