diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-03-26 13:45:46 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-03-26 13:45:46 +0100 |
commit | bad1f4aae5e76e21a3da35d1ec1b89f30188c473 (patch) | |
tree | ad75824e5a91c261495ec0dd56d6b29fed202f94 /platform/macos/native_menu_macos.h | |
parent | aed1775cf2c8b5ce46540acd3e0e07d9f0e3369d (diff) | |
parent | 399899a095de01506d6c5dcd7da6cf0babddfb7e (diff) | |
download | redot-engine-bad1f4aae5e76e21a3da35d1ec1b89f30188c473.tar.gz |
Merge pull request #89900 from bruvzg/nmenu_move
[NativeMenu] Move files to the `display` subfolder.
Diffstat (limited to 'platform/macos/native_menu_macos.h')
-rw-r--r-- | platform/macos/native_menu_macos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/native_menu_macos.h b/platform/macos/native_menu_macos.h index c00a510fd5..1d9feb64a7 100644 --- a/platform/macos/native_menu_macos.h +++ b/platform/macos/native_menu_macos.h @@ -33,7 +33,7 @@ #include "core/templates/hash_map.h" #include "core/templates/rid_owner.h" -#include "servers/native_menu.h" +#include "servers/display/native_menu.h" #import <AppKit/AppKit.h> #import <ApplicationServices/ApplicationServices.h> |