- Removes `native_menu.h` dependency from `display_server.h`. It's now forward-declared in all DisplayServer implementations and should be included in the .cpp's. - Removes some unused `rb_set.h` and `rb_map.h` dependencies, which leads to having to include them explicitly in half the scene and editor codebase... which shows how much we depend on `display_server.h`. - Forward-declare `input_event.h`, so now we need only `keyboard.h`. |
||
|---|---|---|
| .. | ||
| dynwrappers | ||
| detect_prime_x11.cpp | ||
| detect_prime_x11.h | ||
| display_server_x11.cpp | ||
| display_server_x11.h | ||
| gl_manager_x11.cpp | ||
| gl_manager_x11.h | ||
| gl_manager_x11_egl.cpp | ||
| gl_manager_x11_egl.h | ||
| key_mapping_x11.cpp | ||
| key_mapping_x11.h | ||
| rendering_context_driver_vulkan_x11.cpp | ||
| rendering_context_driver_vulkan_x11.h | ||
| SCsub | ||