diff options
author | Guilherme Felipe <guilhermefelipecgs@gmail.com> | 2018-10-05 17:18:10 -0300 |
---|---|---|
committer | Guilherme Felipe <guilhermefelipecgs@gmail.com> | 2018-10-05 17:18:10 -0300 |
commit | f40225393900885a16591cdb68158ca50e3612fa (patch) | |
tree | 331553ad4054295cef13e13ef25e6600b38636c2 /core | |
parent | 8068d0217a5e74c25f83fe93fa6e077b8d0b3bf5 (diff) |
[x11] Use "application/config/name" for WM_CLASS
Diffstat (limited to 'core')
-rw-r--r-- | core/os/os.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/os/os.h b/core/os/os.h index 7786ffb26e..53a5ebde01 100644 --- a/core/os/os.h +++ b/core/os/os.h @@ -480,6 +480,7 @@ public: enum EngineContext { CONTEXT_EDITOR, CONTEXT_PROJECTMAN, + CONTEXT_ENGINE, }; virtual void set_context(int p_context); |