|
34 | 34 | #define static |
35 | 35 |
|
36 | 36 | extern "C" { |
37 | | -#include <wlr/backend.h> |
38 | | -#include <wlr/backend/libinput.h> |
39 | | -#include <wlr/render/allocator.h> |
40 | | -#include <wlr/render/wlr_renderer.h> |
41 | | -#include <wlr/types/wlr_compositor.h> |
42 | | -#include <wlr/types/wlr_cursor.h> |
43 | | -#include <wlr/types/wlr_data_control_v1.h> |
44 | | -#include <wlr/types/wlr_data_device.h> |
45 | | -#include <wlr/types/wlr_export_dmabuf_v1.h> |
46 | | -#include <wlr/types/wlr_linux_dmabuf_v1.h> |
47 | | -#include <wlr/types/wlr_gamma_control_v1.h> |
48 | | -#include <wlr/types/wlr_idle.h> |
49 | | -#include <wlr/types/wlr_input_device.h> |
50 | | -#include <wlr/types/wlr_keyboard.h> |
51 | | -#include <wlr/types/wlr_layer_shell_v1.h> |
52 | | -#include <wlr/types/wlr_matrix.h> |
53 | | -#include <wlr/types/wlr_output.h> |
54 | | -#include <wlr/types/wlr_output_layout.h> |
55 | | -#include <wlr/types/wlr_output_management_v1.h> |
56 | | -#include <wlr/types/wlr_pointer.h> |
57 | | -#include <wlr/types/wlr_presentation_time.h> |
58 | | -#include <wlr/types/wlr_primary_selection.h> |
59 | | -#include <wlr/types/wlr_primary_selection_v1.h> |
60 | | -#include <wlr/types/wlr_screencopy_v1.h> |
61 | | -#include <wlr/types/wlr_seat.h> |
62 | | -#include <wlr/types/wlr_server_decoration.h> |
63 | | -#include <wlr/types/wlr_viewporter.h> |
64 | | -#include <wlr/types/wlr_virtual_keyboard_v1.h> |
65 | | -#include <wlr/types/wlr_xcursor_manager.h> |
66 | | -#include <wlr/types/wlr_xdg_activation_v1.h> |
67 | | -#include <wlr/types/wlr_xdg_decoration_v1.h> |
68 | | -#include <wlr/types/wlr_xdg_output_v1.h> |
69 | | -#include <wlr/types/wlr_xdg_shell.h> |
70 | | -#include <wlr/types/wlr_subcompositor.h> |
71 | | -#include <wlr/types/wlr_scene.h> |
72 | | -#include <wlr/types/wlr_output_damage.h> |
73 | | -#include <wlr/types/wlr_input_inhibitor.h> |
74 | | -#include <wlr/types/wlr_keyboard_shortcuts_inhibit_v1.h> |
75 | | -#include <wlr/types/wlr_virtual_pointer_v1.h> |
76 | | -#include <wlr/types/wlr_foreign_toplevel_management_v1.h> |
77 | | -#include <wlr/util/log.h> |
78 | | -#include <wlr/xwayland.h> |
79 | | -#include <wlr/util/region.h> |
| 37 | +#include "../wlroots/include/wlr/backend.h" |
| 38 | +#include "../wlroots/include/wlr/backend/libinput.h" |
| 39 | +#include "../wlroots/include/wlr/render/allocator.h" |
| 40 | +#include "../wlroots/include/wlr/render/wlr_renderer.h" |
| 41 | +#include "../wlroots/include/wlr/types/wlr_compositor.h" |
| 42 | +#include "../wlroots/include/wlr/types/wlr_cursor.h" |
| 43 | +#include "../wlroots/include/wlr/types/wlr_data_control_v1.h" |
| 44 | +#include "../wlroots/include/wlr/types/wlr_data_device.h" |
| 45 | +#include "../wlroots/include/wlr/types/wlr_export_dmabuf_v1.h" |
| 46 | +#include "../wlroots/include/wlr/types/wlr_linux_dmabuf_v1.h" |
| 47 | +#include "../wlroots/include/wlr/types/wlr_gamma_control_v1.h" |
| 48 | +#include "../wlroots/include/wlr/types/wlr_idle.h" |
| 49 | +#include "../wlroots/include/wlr/types/wlr_input_device.h" |
| 50 | +#include "../wlroots/include/wlr/types/wlr_keyboard.h" |
| 51 | +#include "../wlroots/include/wlr/types/wlr_layer_shell_v1.h" |
| 52 | +#include "../wlroots/include/wlr/types/wlr_matrix.h" |
| 53 | +#include "../wlroots/include/wlr/types/wlr_output.h" |
| 54 | +#include "../wlroots/include/wlr/types/wlr_output_layout.h" |
| 55 | +#include "../wlroots/include/wlr/types/wlr_output_management_v1.h" |
| 56 | +#include "../wlroots/include/wlr/types/wlr_pointer.h" |
| 57 | +#include "../wlroots/include/wlr/types/wlr_presentation_time.h" |
| 58 | +#include "../wlroots/include/wlr/types/wlr_primary_selection.h" |
| 59 | +#include "../wlroots/include/wlr/types/wlr_primary_selection_v1.h" |
| 60 | +#include "../wlroots/include/wlr/types/wlr_screencopy_v1.h" |
| 61 | +#include "../wlroots/include/wlr/types/wlr_seat.h" |
| 62 | +#include "../wlroots/include/wlr/types/wlr_server_decoration.h" |
| 63 | +#include "../wlroots/include/wlr/types/wlr_viewporter.h" |
| 64 | +#include "../wlroots/include/wlr/types/wlr_virtual_keyboard_v1.h" |
| 65 | +#include "../wlroots/include/wlr/types/wlr_xcursor_manager.h" |
| 66 | +#include "../wlroots/include/wlr/types/wlr_xdg_activation_v1.h" |
| 67 | +#include "../wlroots/include/wlr/types/wlr_xdg_decoration_v1.h" |
| 68 | +#include "../wlroots/include/wlr/types/wlr_xdg_output_v1.h" |
| 69 | +#include "../wlroots/include/wlr/types/wlr_xdg_shell.h" |
| 70 | +#include "../wlroots/include/wlr/types/wlr_subcompositor.h" |
| 71 | +#include "../wlroots/include/wlr/types/wlr_scene.h" |
| 72 | +#include "../wlroots/include/wlr/types/wlr_output_damage.h" |
| 73 | +#include "../wlroots/include/wlr/types/wlr_input_inhibitor.h" |
| 74 | +#include "../wlroots/include/wlr/types/wlr_keyboard_shortcuts_inhibit_v1.h" |
| 75 | +#include "../wlroots/include/wlr/types/wlr_virtual_pointer_v1.h" |
| 76 | +#include "../wlroots/include/wlr/types/wlr_foreign_toplevel_management_v1.h" |
| 77 | +#include "../wlroots/include/wlr/util/log.h" |
| 78 | +#include "../wlroots/include/wlr/xwayland.h" |
| 79 | +#include "../wlroots/include/wlr/util/region.h" |
80 | 80 | #include <xkbcommon/xkbcommon.h> |
81 | 81 | #include <X11/Xproto.h> |
82 | | -#include <wlr/render/egl.h> |
83 | | -#include <wlr/render/gles2.h> |
84 | | -#include <wlr/render/wlr_texture.h> |
85 | | -#include <wlr/types/wlr_pointer_constraints_v1.h> |
86 | | -#include <wlr/types/wlr_relative_pointer_v1.h> |
| 82 | +#include "../wlroots/include/wlr/render/egl.h" |
| 83 | +#include "../wlroots/include/wlr/render/gles2.h" |
| 84 | +#include "../wlroots/include/wlr/render/wlr_texture.h" |
| 85 | +#include "../wlroots/include/wlr/types/wlr_pointer_constraints_v1.h" |
| 86 | +#include "../wlroots/include/wlr/types/wlr_relative_pointer_v1.h" |
87 | 87 | } |
88 | 88 |
|
89 | 89 | #undef class |
|
0 commit comments