Index: runtime/embedders/openglui/common/vm_glue.h |
=================================================================== |
--- runtime/embedders/openglui/common/vm_glue.h (revision 20700) |
+++ runtime/embedders/openglui/common/vm_glue.h (working copy) |
@@ -16,7 +16,8 @@ |
explicit VMGlue(ISized* surface, |
const char* script_path, |
const char* extension_script = NULL, |
- const char* main_script = NULL); |
+ const char* main_script = NULL, |
+ int setup_flag = 0); |
~VMGlue() { |
delete[] main_script_; |
delete[] extension_script_; |
@@ -70,6 +71,7 @@ |
char* main_script_; |
float x_, y_, z_; // Last values from accelerometer. |
bool accelerometer_changed_; |
+ int setup_flag_; |
}; |
#endif // EMBEDDERS_OPENGLUI_COMMON_VM_GLUE_H_ |