From ca45f4490ccce64bf7aa0985951319646b55d258 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 27 Jul 2019 11:53:54 +0300 Subject: Remove all wayland-server.h includes The documentation for wayland-server.h says: > Use of this header file is discouraged. Prefer including > wayland-server-core.h instead, which does not include the server protocol > header and as such only defines the library PI, excluding the deprecated API > below. Replacing wayland-server.h with wayland-server-core.h allows us to drop the WL_HIDE_DEPRECATED declaration. --- include/wlr/backend.h | 2 +- include/wlr/backend/drm.h | 2 +- include/wlr/backend/libinput.h | 2 +- include/wlr/backend/session.h | 2 +- include/wlr/backend/wayland.h | 2 +- include/wlr/backend/x11.h | 2 +- include/wlr/render/egl.h | 2 +- include/wlr/types/wlr_box.h | 2 +- include/wlr/types/wlr_buffer.h | 2 +- include/wlr/types/wlr_compositor.h | 2 +- include/wlr/types/wlr_cursor.h | 2 +- include/wlr/types/wlr_data_control_v1.h | 2 +- include/wlr/types/wlr_data_device.h | 2 +- include/wlr/types/wlr_export_dmabuf_v1.h | 2 +- include/wlr/types/wlr_foreign_toplevel_management_v1.h | 2 +- include/wlr/types/wlr_fullscreen_shell_v1.h | 2 +- include/wlr/types/wlr_gamma_control_v1.h | 2 +- include/wlr/types/wlr_gtk_primary_selection.h | 2 +- include/wlr/types/wlr_idle.h | 2 +- include/wlr/types/wlr_idle_inhibit_v1.h | 2 +- include/wlr/types/wlr_input_inhibitor.h | 2 +- include/wlr/types/wlr_input_method_v2.h | 2 +- include/wlr/types/wlr_keyboard.h | 4 ++-- include/wlr/types/wlr_layer_shell_v1.h | 2 +- include/wlr/types/wlr_matrix.h | 2 +- include/wlr/types/wlr_output.h | 2 +- include/wlr/types/wlr_output_management_v1.h | 2 +- include/wlr/types/wlr_pointer.h | 2 +- include/wlr/types/wlr_pointer_constraints_v1.h | 2 +- include/wlr/types/wlr_pointer_gestures_v1.h | 2 +- include/wlr/types/wlr_presentation_time.h | 2 +- include/wlr/types/wlr_primary_selection.h | 2 +- include/wlr/types/wlr_primary_selection_v1.h | 2 +- include/wlr/types/wlr_relative_pointer_v1.h | 2 +- include/wlr/types/wlr_screencopy_v1.h | 2 +- include/wlr/types/wlr_seat.h | 2 +- include/wlr/types/wlr_server_decoration.h | 2 +- include/wlr/types/wlr_surface.h | 2 +- include/wlr/types/wlr_switch.h | 2 +- include/wlr/types/wlr_tablet_pad.h | 2 +- include/wlr/types/wlr_tablet_tool.h | 4 ++-- include/wlr/types/wlr_tablet_v2.h | 2 +- include/wlr/types/wlr_text_input_v3.h | 2 +- include/wlr/types/wlr_touch.h | 2 +- include/wlr/types/wlr_virtual_keyboard_v1.h | 2 +- include/wlr/types/wlr_xcursor_manager.h | 2 +- include/wlr/types/wlr_xdg_decoration_v1.h | 2 +- include/wlr/types/wlr_xdg_output_v1.h | 2 +- include/wlr/types/wlr_xdg_shell.h | 2 +- include/wlr/types/wlr_xdg_shell_v6.h | 2 +- include/wlr/util/region.h | 2 +- 51 files changed, 53 insertions(+), 53 deletions(-) (limited to 'include/wlr') diff --git a/include/wlr/backend.h b/include/wlr/backend.h index 54f2b5e8..3337e51c 100644 --- a/include/wlr/backend.h +++ b/include/wlr/backend.h @@ -9,7 +9,7 @@ #ifndef WLR_BACKEND_H #define WLR_BACKEND_H -#include +#include #include #include diff --git a/include/wlr/backend/drm.h b/include/wlr/backend/drm.h index 3724adfb..e4b5e2d1 100644 --- a/include/wlr/backend/drm.h +++ b/include/wlr/backend/drm.h @@ -9,7 +9,7 @@ #ifndef WLR_BACKEND_DRM_H #define WLR_BACKEND_DRM_H -#include +#include #include #include #include diff --git a/include/wlr/backend/libinput.h b/include/wlr/backend/libinput.h index 1a2ab294..50faaf7d 100644 --- a/include/wlr/backend/libinput.h +++ b/include/wlr/backend/libinput.h @@ -10,7 +10,7 @@ #define WLR_BACKEND_LIBINPUT_H #include -#include +#include #include #include #include diff --git a/include/wlr/backend/session.h b/include/wlr/backend/session.h index 7b26f34c..36b80a8d 100644 --- a/include/wlr/backend/session.h +++ b/include/wlr/backend/session.h @@ -4,7 +4,7 @@ #include #include #include -#include +#include struct session_impl; diff --git a/include/wlr/backend/wayland.h b/include/wlr/backend/wayland.h index 9a47d1ce..cd8e73fb 100644 --- a/include/wlr/backend/wayland.h +++ b/include/wlr/backend/wayland.h @@ -2,7 +2,7 @@ #define WLR_BACKEND_WAYLAND_H #include #include -#include +#include #include #include #include diff --git a/include/wlr/backend/x11.h b/include/wlr/backend/x11.h index 9be976b2..5a6f050b 100644 --- a/include/wlr/backend/x11.h +++ b/include/wlr/backend/x11.h @@ -3,7 +3,7 @@ #include -#include +#include #include #include diff --git a/include/wlr/render/egl.h b/include/wlr/render/egl.h index fb473ba8..915de5c0 100644 --- a/include/wlr/render/egl.h +++ b/include/wlr/render/egl.h @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include #include diff --git a/include/wlr/types/wlr_box.h b/include/wlr/types/wlr_box.h index 40fd69bd..40585ab1 100644 --- a/include/wlr/types/wlr_box.h +++ b/include/wlr/types/wlr_box.h @@ -11,7 +11,7 @@ #include #include -#include +#include struct wlr_box { int x, y; diff --git a/include/wlr/types/wlr_buffer.h b/include/wlr/types/wlr_buffer.h index 11b36596..86f8bccb 100644 --- a/include/wlr/types/wlr_buffer.h +++ b/include/wlr/types/wlr_buffer.h @@ -10,7 +10,7 @@ #define WLR_TYPES_WLR_BUFFER_H #include -#include +#include #include /** diff --git a/include/wlr/types/wlr_compositor.h b/include/wlr/types/wlr_compositor.h index 36b9e83f..6aaea9c7 100644 --- a/include/wlr/types/wlr_compositor.h +++ b/include/wlr/types/wlr_compositor.h @@ -9,7 +9,7 @@ #ifndef WLR_TYPES_WLR_COMPOSITOR_H #define WLR_TYPES_WLR_COMPOSITOR_H -#include +#include #include struct wlr_surface; diff --git a/include/wlr/types/wlr_cursor.h b/include/wlr/types/wlr_cursor.h index 4c6b1202..58ce8505 100644 --- a/include/wlr/types/wlr_cursor.h +++ b/include/wlr/types/wlr_cursor.h @@ -9,7 +9,7 @@ #ifndef WLR_TYPES_WLR_CURSOR_H #define WLR_TYPES_WLR_CURSOR_H -#include +#include #include #include #include diff --git a/include/wlr/types/wlr_data_control_v1.h b/include/wlr/types/wlr_data_control_v1.h index 32d169b4..d487a7db 100644 --- a/include/wlr/types/wlr_data_control_v1.h +++ b/include/wlr/types/wlr_data_control_v1.h @@ -9,7 +9,7 @@ #ifndef WLR_TYPES_WLR_DATA_CONTROL_V1_H #define WLR_TYPES_WLR_DATA_CONTROL_V1_H -#include +#include #include struct wlr_data_control_manager_v1 { diff --git a/include/wlr/types/wlr_data_device.h b/include/wlr/types/wlr_data_device.h index d8894d6e..c017e428 100644 --- a/include/wlr/types/wlr_data_device.h +++ b/include/wlr/types/wlr_data_device.h @@ -9,7 +9,7 @@ #ifndef WLR_TYPES_WLR_DATA_DEVICE_H #define WLR_TYPES_WLR_DATA_DEVICE_H -#include +#include #include extern const struct wlr_pointer_grab_interface diff --git a/include/wlr/types/wlr_export_dmabuf_v1.h b/include/wlr/types/wlr_export_dmabuf_v1.h index 42c88e5c..5b3fbc2c 100644 --- a/include/wlr/types/wlr_export_dmabuf_v1.h +++ b/include/wlr/types/wlr_export_dmabuf_v1.h @@ -10,7 +10,7 @@ #define WLR_TYPES_WLR_EXPORT_DMABUF_V1_H #include -#include +#include #include struct wlr_export_dmabuf_manager_v1 { diff --git a/include/wlr/types/wlr_foreign_toplevel_management_v1.h b/include/wlr/types/wlr_foreign_toplevel_management_v1.h index 6b234eb9..3adf2de5 100644 --- a/include/wlr/types/wlr_foreign_toplevel_management_v1.h +++ b/include/wlr/types/wlr_foreign_toplevel_management_v1.h @@ -9,7 +9,7 @@ #ifndef WLR_TYPES_WLR_FOREIGN_TOPLEVEL_MANAGEMENT_V1_H #define WLR_TYPES_WLR_FOREIGN_TOPLEVEL_MANAGEMENT_V1_H -#include +#include #include struct wlr_foreign_toplevel_manager_v1 { diff --git a/include/wlr/types/wlr_fullscreen_shell_v1.h b/include/wlr/types/wlr_fullscreen_shell_v1.h index a904d966..b014bf28 100644 --- a/include/wlr/types/wlr_fullscreen_shell_v1.h +++ b/include/wlr/types/wlr_fullscreen_shell_v1.h @@ -9,7 +9,7 @@ #ifndef WLR_TYPES_WLR_FULLSCREEN_SHELL_V1_H #define WLR_TYPES_WLR_FULLSCREEN_SHELL_V1_H -#include +#include #include "fullscreen-shell-unstable-v1-protocol.h" struct wlr_fullscreen_shell_v1 { diff --git a/include/wlr/types/wlr_gamma_control_v1.h b/include/wlr/types/wlr_gamma_control_v1.h index f186aa81..202fde12 100644 --- a/include/wlr/types/wlr_gamma_control_v1.h +++ b/include/wlr/types/wlr_gamma_control_v1.h @@ -1,7 +1,7 @@ #ifndef WLR_TYPES_WLR_GAMMA_CONTROL_V1_H #define WLR_TYPES_WLR_GAMMA_CONTROL_V1_H -#include +#include struct wlr_gamma_control_manager_v1 { struct wl_global *global; diff --git a/include/wlr/types/wlr_gtk_primary_selection.h b/include/wlr/types/wlr_gtk_primary_selection.h index f1a9a83b..bb16b4e3 100644 --- a/include/wlr/types/wlr_gtk_primary_selection.h +++ b/include/wlr/types/wlr_gtk_primary_selection.h @@ -14,7 +14,7 @@ #ifndef WLR_TYPES_WLR_GTK_PRIMARY_SELECTION_H #define WLR_TYPES_WLR_GTK_PRIMARY_SELECTION_H -#include +#include #include /** diff --git a/include/wlr/types/wlr_idle.h b/include/wlr/types/wlr_idle.h index da268555..d16932f5 100644 --- a/include/wlr/types/wlr_idle.h +++ b/include/wlr/types/wlr_idle.h @@ -9,7 +9,7 @@ #ifndef WLR_TYPES_WLR_IDLE_H #define WLR_TYPES_WLR_IDLE_H -#include +#include #include /** diff --git a/include/wlr/types/wlr_idle_inhibit_v1.h b/include/wlr/types/wlr_idle_inhibit_v1.h index 2093eafe..0d007f9f 100644 --- a/include/wlr/types/wlr_idle_inhibit_v1.h +++ b/include/wlr/types/wlr_idle_inhibit_v1.h @@ -9,7 +9,7 @@ #ifndef WLR_TYPES_WLR_IDLE_INHIBIT_V1_H #define WLR_TYPES_WLR_IDLE_INHIBIT_V1_H -#include +#include /* This interface permits clients to inhibit the idle behavior such as * screenblanking, locking, and screensaving. diff --git a/include/wlr/types/wlr_input_inhibitor.h b/include/wlr/types/wlr_input_inhibitor.h index f3187540..2dc007be 100644 --- a/include/wlr/types/wlr_input_inhibitor.h +++ b/include/wlr/types/wlr_input_inhibitor.h @@ -8,7 +8,7 @@ #ifndef WLR_TYPES_INPUT_INHIBITOR_H #define WLR_TYPES_INPUT_INHIBITOR_H -#include +#include struct wlr_input_inhibit_manager { struct wl_global *global; diff --git a/include/wlr/types/wlr_input_method_v2.h b/include/wlr/types/wlr_input_method_v2.h index d22d54d1..9b600c1e 100644 --- a/include/wlr/types/wlr_input_method_v2.h +++ b/include/wlr/types/wlr_input_method_v2.h @@ -10,7 +10,7 @@ #define WLR_TYPES_WLR_INPUT_METHOD_V2_H #include #include -#include +#include #include struct wlr_input_method_v2_preedit_string { diff --git a/include/wlr/types/wlr_keyboard.h b/include/wlr/types/wlr_keyboard.h index ae279541..e16df7a7 100644 --- a/include/wlr/types/wlr_keyboard.h +++ b/include/wlr/types/wlr_keyboard.h @@ -11,8 +11,8 @@ #include #include -#include -#include +#include +#include #include #define WLR_LED_COUNT 3 diff --git a/include/wlr/types/wlr_layer_shell_v1.h b/include/wlr/types/wlr_layer_shell_v1.h index fe0175f2..9613621a 100644 --- a/include/wlr/types/wlr_layer_shell_v1.h +++ b/include/wlr/types/wlr_layer_shell_v1.h @@ -10,7 +10,7 @@ #define WLR_TYPES_WLR_LAYER_SHELL_V1_H #include #include -#include +#include #include #include #include "wlr-layer-shell-unstable-v1-protocol.h" diff --git a/include/wlr/types/wlr_matrix.h b/include/wlr/types/wlr_matrix.h index a3961c35..359d84fb 100644 --- a/include/wlr/types/wlr_matrix.h +++ b/include/wlr/types/wlr_matrix.h @@ -17,7 +17,7 @@ #ifndef WLR_TYPES_WLR_MATRIX_H #define WLR_TYPES_WLR_MATRIX_H -#include +#include #include /** Writes the identity matrix into mat */ diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index 9bc1b67f..281f7daf 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/include/wlr/types/wlr_output_management_v1.h b/include/wlr/types/wlr_output_management_v1.h index 4d449601..cc74b404 100644 --- a/include/wlr/types/wlr_output_management_v1.h +++ b/include/wlr/types/wlr_output_management_v1.h @@ -10,7 +10,7 @@ #define WLR_TYPES_WLR_OUTPUT_MANAGEMENT_V1_H #include -#include +#include #include struct wlr_output_manager_v1 { diff --git a/include/wlr/types/wlr_pointer.h b/include/wlr/types/wlr_pointer.h index 486e1bc9..69699042 100644 --- a/include/wlr/types/wlr_pointer.h +++ b/include/wlr/types/wlr_pointer.h @@ -10,7 +10,7 @@ #define WLR_TYPES_WLR_POINTER_H #include -#include +#include #include struct wlr_pointer_impl; diff --git a/include/wlr/types/wlr_pointer_constraints_v1.h b/include/wlr/types/wlr_pointer_constraints_v1.h index fef8c2e9..e030a375 100644 --- a/include/wlr/types/wlr_pointer_constraints_v1.h +++ b/include/wlr/types/wlr_pointer_constraints_v1.h @@ -10,7 +10,7 @@ #define WLR_TYPES_WLR_POINTER_CONSTRAINTS_V1_H #include -#include +#include #include #include #include diff --git a/include/wlr/types/wlr_pointer_gestures_v1.h b/include/wlr/types/wlr_pointer_gestures_v1.h index 7caf0f53..86fcaf3d 100644 --- a/include/wlr/types/wlr_pointer_gestures_v1.h +++ b/include/wlr/types/wlr_pointer_gestures_v1.h @@ -9,7 +9,7 @@ #ifndef WLR_TYPES_WLR_POINTER_GESTURES_V1_H #define WLR_TYPES_WLR_POINTER_GESTURES_V1_H -#include +#include #include #include diff --git a/include/wlr/types/wlr_presentation_time.h b/include/wlr/types/wlr_presentation_time.h index 9f9f0e87..c80f6966 100644 --- a/include/wlr/types/wlr_presentation_time.h +++ b/include/wlr/types/wlr_presentation_time.h @@ -12,7 +12,7 @@ #include #include #include -#include +#include struct wlr_presentation { struct wl_global *global; diff --git a/include/wlr/types/wlr_primary_selection.h b/include/wlr/types/wlr_primary_selection.h index 4df47380..af3d4849 100644 --- a/include/wlr/types/wlr_primary_selection.h +++ b/include/wlr/types/wlr_primary_selection.h @@ -9,7 +9,7 @@ #ifndef WLR_TYPES_WLR_PRIMARY_SELECTION_H #define WLR_TYPES_WLR_PRIMARY_SELECTION_H -#include +#include #include struct wlr_primary_selection_source; diff --git a/include/wlr/types/wlr_primary_selection_v1.h b/include/wlr/types/wlr_primary_selection_v1.h index e6bde8a3..b380ea61 100644 --- a/include/wlr/types/wlr_primary_selection_v1.h +++ b/include/wlr/types/wlr_primary_selection_v1.h @@ -9,7 +9,7 @@ #ifndef WLR_TYPES_WLR_PRIMARY_SELECTION_V1_H #define WLR_TYPES_WLR_PRIMARY_SELECTION_V1_H -#include +#include #include struct wlr_primary_selection_v1_device_manager { diff --git a/include/wlr/types/wlr_relative_pointer_v1.h b/include/wlr/types/wlr_relative_pointer_v1.h index 32ed574b..d4aa6fa8 100644 --- a/include/wlr/types/wlr_relative_pointer_v1.h +++ b/include/wlr/types/wlr_relative_pointer_v1.h @@ -9,7 +9,7 @@ #ifndef WLR_TYPES_WLR_RELATIVE_POINTER_V1_H #define WLR_TYPES_WLR_RELATIVE_POINTER_V1_H -#include +#include /** * This protocol specifies a set of interfaces used for making clients able to diff --git a/include/wlr/types/wlr_screencopy_v1.h b/include/wlr/types/wlr_screencopy_v1.h index ff76d829..a01e4dab 100644 --- a/include/wlr/types/wlr_screencopy_v1.h +++ b/include/wlr/types/wlr_screencopy_v1.h @@ -10,7 +10,7 @@ #define WLR_TYPES_WLR_SCREENCOPY_V1_H #include -#include +#include #include struct wlr_screencopy_manager_v1 { diff --git a/include/wlr/types/wlr_seat.h b/include/wlr/types/wlr_seat.h index 974ca578..69fe1359 100644 --- a/include/wlr/types/wlr_seat.h +++ b/include/wlr/types/wlr_seat.h @@ -10,7 +10,7 @@ #define WLR_TYPES_WLR_SEAT_H #include -#include +#include #include #include #include diff --git a/include/wlr/types/wlr_server_decoration.h b/include/wlr/types/wlr_server_decoration.h index 3e4eb5e1..cea47cdf 100644 --- a/include/wlr/types/wlr_server_decoration.h +++ b/include/wlr/types/wlr_server_decoration.h @@ -14,7 +14,7 @@ #ifndef WLR_TYPES_WLR_SERVER_DECORATION_H #define WLR_TYPES_WLR_SERVER_DECORATION_H -#include +#include /** * Possible values to use in request_mode and the event mode. Same as diff --git a/include/wlr/types/wlr_surface.h b/include/wlr/types/wlr_surface.h index 0c389987..f62171d1 100644 --- a/include/wlr/types/wlr_surface.h +++ b/include/wlr/types/wlr_surface.h @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include enum wlr_surface_state_field { diff --git a/include/wlr/types/wlr_switch.h b/include/wlr/types/wlr_switch.h index df1c8579..57f90384 100644 --- a/include/wlr/types/wlr_switch.h +++ b/include/wlr/types/wlr_switch.h @@ -10,7 +10,7 @@ #define WLR_TYPES_WLR_SWITCH_H #include -#include +#include #include #include diff --git a/include/wlr/types/wlr_tablet_pad.h b/include/wlr/types/wlr_tablet_pad.h index d9bb284f..255fa89e 100644 --- a/include/wlr/types/wlr_tablet_pad.h +++ b/include/wlr/types/wlr_tablet_pad.h @@ -10,7 +10,7 @@ #define WLR_TYPES_WLR_TABLET_PAD_H #include -#include +#include #include #include diff --git a/include/wlr/types/wlr_tablet_tool.h b/include/wlr/types/wlr_tablet_tool.h index cb516ed9..f732ad40 100644 --- a/include/wlr/types/wlr_tablet_tool.h +++ b/include/wlr/types/wlr_tablet_tool.h @@ -10,7 +10,7 @@ #define WLR_TYPES_TABLET_TOOL_H #include -#include +#include #include #include @@ -45,7 +45,7 @@ struct wlr_tablet_tool { struct { struct wl_signal destroy; } events; - + void *data; }; diff --git a/include/wlr/types/wlr_tablet_v2.h b/include/wlr/types/wlr_tablet_v2.h index d6fd646d..894b062d 100644 --- a/include/wlr/types/wlr_tablet_v2.h +++ b/include/wlr/types/wlr_tablet_v2.h @@ -9,7 +9,7 @@ #ifndef WLR_TYPES_WLR_TABLET_V2_H #define WLR_TYPES_WLR_TABLET_V2_H -#include +#include #include #include diff --git a/include/wlr/types/wlr_text_input_v3.h b/include/wlr/types/wlr_text_input_v3.h index 0db0cf47..ac1b0a69 100644 --- a/include/wlr/types/wlr_text_input_v3.h +++ b/include/wlr/types/wlr_text_input_v3.h @@ -9,7 +9,7 @@ #ifndef WLR_TYPES_WLR_TEXT_INPUT_V3_H #define WLR_TYPES_WLR_TEXT_INPUT_V3_H -#include +#include #include #include diff --git a/include/wlr/types/wlr_touch.h b/include/wlr/types/wlr_touch.h index 80ba768e..bb8a58c3 100644 --- a/include/wlr/types/wlr_touch.h +++ b/include/wlr/types/wlr_touch.h @@ -10,7 +10,7 @@ #define WLR_TYPES_WLR_TOUCH_H #include -#include +#include struct wlr_touch_impl; diff --git a/include/wlr/types/wlr_virtual_keyboard_v1.h b/include/wlr/types/wlr_virtual_keyboard_v1.h index fbc9d223..ea172056 100644 --- a/include/wlr/types/wlr_virtual_keyboard_v1.h +++ b/include/wlr/types/wlr_virtual_keyboard_v1.h @@ -9,7 +9,7 @@ #ifndef WLR_TYPES_WLR_VIRTUAL_KEYBOARD_V1_H #define WLR_TYPES_WLR_VIRTUAL_KEYBOARD_V1_H -#include +#include #include #include diff --git a/include/wlr/types/wlr_xcursor_manager.h b/include/wlr/types/wlr_xcursor_manager.h index 285006bf..25c277c1 100644 --- a/include/wlr/types/wlr_xcursor_manager.h +++ b/include/wlr/types/wlr_xcursor_manager.h @@ -9,7 +9,7 @@ #ifndef WLR_TYPES_WLR_XCURSOR_MANAGER_H #define WLR_TYPES_WLR_XCURSOR_MANAGER_H -#include +#include #include #include diff --git a/include/wlr/types/wlr_xdg_decoration_v1.h b/include/wlr/types/wlr_xdg_decoration_v1.h index ba1ad84b..468872a5 100644 --- a/include/wlr/types/wlr_xdg_decoration_v1.h +++ b/include/wlr/types/wlr_xdg_decoration_v1.h @@ -1,7 +1,7 @@ #ifndef WLR_TYPES_WLR_XDG_DECORATION_V1 #define WLR_TYPES_WLR_XDG_DECORATION_V1 -#include +#include #include enum wlr_xdg_toplevel_decoration_v1_mode { diff --git a/include/wlr/types/wlr_xdg_output_v1.h b/include/wlr/types/wlr_xdg_output_v1.h index d4279fb9..d9e2b905 100644 --- a/include/wlr/types/wlr_xdg_output_v1.h +++ b/include/wlr/types/wlr_xdg_output_v1.h @@ -8,7 +8,7 @@ #ifndef WLR_TYPES_WLR_XDG_OUTPUT_V1_H #define WLR_TYPES_WLR_XDG_OUTPUT_V1_H -#include +#include #include struct wlr_xdg_output_v1 { diff --git a/include/wlr/types/wlr_xdg_shell.h b/include/wlr/types/wlr_xdg_shell.h index 804b0083..16b6867b 100644 --- a/include/wlr/types/wlr_xdg_shell.h +++ b/include/wlr/types/wlr_xdg_shell.h @@ -10,7 +10,7 @@ #define WLR_TYPES_WLR_XDG_SHELL_H #include #include -#include +#include #include "xdg-shell-protocol.h" struct wlr_xdg_shell { diff --git a/include/wlr/types/wlr_xdg_shell_v6.h b/include/wlr/types/wlr_xdg_shell_v6.h index 2e3a5495..a73045f5 100644 --- a/include/wlr/types/wlr_xdg_shell_v6.h +++ b/include/wlr/types/wlr_xdg_shell_v6.h @@ -14,7 +14,7 @@ #ifndef WLR_TYPES_WLR_XDG_SHELL_V6_H #define WLR_TYPES_WLR_XDG_SHELL_V6_H -#include +#include #include #include #include "xdg-shell-unstable-v6-protocol.h" diff --git a/include/wlr/util/region.h b/include/wlr/util/region.h index 4aca07e1..c3dbd78a 100644 --- a/include/wlr/util/region.h +++ b/include/wlr/util/region.h @@ -19,7 +19,7 @@ #include #include -#include +#include /** * Scales a region, ie. multiplies all its coordinates by `scale`. -- cgit v1.2.3