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>2012-12-13 06:40:49 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-13 06:40:49 +0400
commit1ab6306177d303165c3e80d4056a47ce6e74ac41 (patch)
tree1416a1a258c7b9b12c73ac852b8ec0dbc97b4991 /source/blender/blenlib/BLI_path_util.h
parent3716dfb3b045306d51e6cccca6d699afa072490a (diff)
minor edits
- add BLENDER_QUIT_FILE define. - use const for passing rcti's in widget drawing.
Diffstat (limited to 'source/blender/blenlib/BLI_path_util.h')
-rw-r--r--source/blender/blenlib/BLI_path_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_path_util.h b/source/blender/blenlib/BLI_path_util.h
index 43724d8dd44..557ecb3dd0c 100644
--- a/source/blender/blenlib/BLI_path_util.h
+++ b/source/blender/blenlib/BLI_path_util.h
@@ -68,6 +68,7 @@ char *BLI_get_folder_version(const int id, const int ver, const int do_check);
#define BLENDER_STARTUP_FILE "startup.blend"
#define BLENDER_USERPREF_FILE "userpref.blend"
+#define BLENDER_QUIT_FILE "quit.blend"
#define BLENDER_BOOKMARK_FILE "bookmarks.txt"
#define BLENDER_HISTORY_FILE "recent-files.txt"