aboutsummaryrefslogtreecommitdiff
path: root/core/os/main_loop.cpp
diff options
context:
space:
mode:
authorMarcelo Fernandez2017-08-11 12:04:32 -0300
committerMarcelo Fernandez2017-08-17 11:28:45 -0300
commitaae29c7a0eace9ccfeb430c5a4ebd0c9a431e272 (patch)
tree5976e649a45e44a35e7644d6dfcd012af3009aec /core/os/main_loop.cpp
parent23f6d3fa69935c90c6cdcee342ae99d226e9b4ab (diff)
downloadgodot-aae29c7a0eace9ccfeb430c5a4ebd0c9a431e272.tar.gz
godot-aae29c7a0eace9ccfeb430c5a4ebd0c9a431e272.tar.zst
godot-aae29c7a0eace9ccfeb430c5a4ebd0c9a431e272.zip
Added notification const NOTIFICATION_WM_ABOUT
Diffstat (limited to '')
-rw-r--r--core/os/main_loop.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/os/main_loop.cpp b/core/os/main_loop.cpp
index 248f5537c..6d07e2a39 100644
--- a/core/os/main_loop.cpp
+++ b/core/os/main_loop.cpp
@@ -54,6 +54,8 @@ void MainLoop::_bind_methods() {
BIND_CONSTANT(NOTIFICATION_WM_QUIT_REQUEST);
BIND_CONSTANT(NOTIFICATION_WM_UNFOCUS_REQUEST);
BIND_CONSTANT(NOTIFICATION_OS_MEMORY_WARNING);
+ BIND_CONSTANT(NOTIFICATION_TRANSLATION_CHANGED);
+ BIND_CONSTANT(NOTIFICATION_WM_ABOUT);
};
void MainLoop::set_init_script(const Ref<Script> &p_init_script) {