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:
authorThomas Dinges <blender@dingto.org>2014-01-24 15:57:19 +0400
committerThomas Dinges <blender@dingto.org>2014-01-24 15:59:15 +0400
commit544b7e6be42cda0f07fb83590a089a516bd6cfec (patch)
tree8a3fe1ca417c9ed04231cc67ea034d326789c38e /intern/cycles/util/util_view.h
parent456dc16e4a191c4cf101e62a22bf91046ed07e06 (diff)
Cycles Standalone: Add a help message, which appears when pressing the "h" key.
This is very basic for now, but can be extended with more info (available devices for example) later. Thanks to Bastien and Sergey for some help with the glRect coordinates stuff.
Diffstat (limited to 'intern/cycles/util/util_view.h')
-rw-r--r--intern/cycles/util/util_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/util/util_view.h b/intern/cycles/util/util_view.h
index 2339e452b94..a0d0d492790 100644
--- a/intern/cycles/util/util_view.h
+++ b/intern/cycles/util/util_view.h
@@ -34,6 +34,7 @@ void view_main_loop(const char *title, int width, int height,
ViewKeyboardFunc keyboard);
void view_display_info(const char *info);
+void view_display_help();
void view_redraw();
CCL_NAMESPACE_END