diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-09-22 12:06:11 +0300 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-09-22 23:09:56 +0300 |
commit | 0dab11afa4dca6bba7aba554ec4097de30200f73 (patch) | |
tree | 739cf5adb01fdaabbc14f6fa72800920a8f10462 /servers/display_server.h | |
parent | 62792eeb9fac4f44272f59f95ec8eb3abc0432a7 (diff) |
[macOS extend-to-title] Add scene/project name to the editor title, fix incorrect window button position/order when system primary language is RTL.
Diffstat (limited to 'servers/display_server.h')
-rw-r--r-- | servers/display_server.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/servers/display_server.h b/servers/display_server.h index 42c254cd2f..8eafccc040 100644 --- a/servers/display_server.h +++ b/servers/display_server.h @@ -336,6 +336,7 @@ public: WINDOW_EVENT_CLOSE_REQUEST, WINDOW_EVENT_GO_BACK_REQUEST, WINDOW_EVENT_DPI_CHANGE, + WINDOW_EVENT_TITLEBAR_CHANGE, }; virtual void window_set_window_event_callback(const Callable &p_callable, WindowID p_window = MAIN_WINDOW_ID) = 0; virtual void window_set_input_event_callback(const Callable &p_callable, WindowID p_window = MAIN_WINDOW_ID) = 0; |