behaviour-tree-test/platform/linuxbsd/x11
Rémi Verschelde ad4b910a10
Minimize include dependencies of display_server.h
- 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`.
2026-02-17 19:45:31 +01:00
..
dynwrappers Regenerate X11 wrappers with dynload-wrapper 0.7 2024-12-12 14:57:26 +01:00
detect_prime_x11.cpp Remove dependency of variant.h in print_string.h 2025-09-19 14:57:36 +08:00
detect_prime_x11.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
display_server_x11.cpp Minimize include dependencies of display_server.h 2026-02-17 19:45:31 +01:00
display_server_x11.h Minimize include dependencies of display_server.h 2026-02-17 19:45:31 +01:00
gl_manager_x11.cpp OpenXR: Fix OpenGL initialization with Monado on X11 2026-02-13 11:58:27 -06:00
gl_manager_x11.h OpenXR: Fix OpenGL initialization with Monado on X11 2026-02-13 11:58:27 -06:00
gl_manager_x11_egl.cpp Core: Modernize C headers with C++ equivalents 2025-05-02 08:23:01 -05:00
gl_manager_x11_egl.h Move server files into their subfolders 2025-09-30 19:39:39 -07:00
key_mapping_x11.cpp Add keypad codes to the keysym unicode map #74578 2025-07-18 14:30:28 -07:00
key_mapping_x11.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
rendering_context_driver_vulkan_x11.cpp Move Vulkan includes to a central godot_vulkan.h header 2024-09-29 17:53:18 +02:00
rendering_context_driver_vulkan_x11.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
SCsub CI: Enable Ruff preview options; bump version 2026-02-05 12:20:10 -06:00