Use tabs instead of spaces in symbols file
This commit is contained in:
parent
1588094b99
commit
f2eef670d1
88
wlroots.syms
88
wlroots.syms
|
@ -1,46 +1,46 @@
|
|||
WLROOTS_0_0_0 {
|
||||
global:
|
||||
wlr_*;
|
||||
_wlr_log;
|
||||
_wlr_vlog;
|
||||
local:
|
||||
wlr_drm_backend_get_session;
|
||||
wlr_drm_check_features;
|
||||
wlr_drm_connector_cleanup;
|
||||
wlr_drm_connector_start_renderer;
|
||||
wlr_drm_event;
|
||||
wlr_drm_get_connector_props;
|
||||
wlr_drm_get_crtc_props;
|
||||
wlr_drm_get_plane_props;
|
||||
wlr_drm_get_prop_blob;
|
||||
wlr_drm_get_prop;
|
||||
wlr_drm_plane_surfaces_init;
|
||||
wlr_drm_renderer_finish;
|
||||
wlr_drm_renderer_init;
|
||||
wlr_drm_resources_free;
|
||||
wlr_drm_resources_init;
|
||||
wlr_drm_restore_outputs;
|
||||
wlr_drm_scan_connectors;
|
||||
wlr_drm_surface_finish;
|
||||
wlr_drm_surface_get_front;
|
||||
wlr_drm_surface_init;
|
||||
wlr_drm_surface_make_current;
|
||||
wlr_drm_surface_mgpu_copy;
|
||||
wlr_drm_surface_post;
|
||||
wlr_drm_surface_swap_buffers;
|
||||
wlr_libinput_event;
|
||||
wlr_libinput_keyboard_create;
|
||||
wlr_libinput_pointer_create;
|
||||
wlr_libinput_tablet_pad_create;
|
||||
wlr_libinput_tablet_tool_create;
|
||||
wlr_libinput_touch_create;
|
||||
wlr_log_stderr;
|
||||
wlr_signal_emit_safe;
|
||||
wlr_subsurface_destroy;
|
||||
wlr_wl_output_for_surface;
|
||||
wlr_wl_output_layout_get_box;
|
||||
wlr_wl_output_move_cursor;
|
||||
wlr_wl_output_update_cursor;
|
||||
wlr_wl_registry_poll;
|
||||
*;
|
||||
global:
|
||||
wlr_*;
|
||||
_wlr_log;
|
||||
_wlr_vlog;
|
||||
local:
|
||||
wlr_drm_backend_get_session;
|
||||
wlr_drm_check_features;
|
||||
wlr_drm_connector_cleanup;
|
||||
wlr_drm_connector_start_renderer;
|
||||
wlr_drm_event;
|
||||
wlr_drm_get_connector_props;
|
||||
wlr_drm_get_crtc_props;
|
||||
wlr_drm_get_plane_props;
|
||||
wlr_drm_get_prop_blob;
|
||||
wlr_drm_get_prop;
|
||||
wlr_drm_plane_surfaces_init;
|
||||
wlr_drm_renderer_finish;
|
||||
wlr_drm_renderer_init;
|
||||
wlr_drm_resources_free;
|
||||
wlr_drm_resources_init;
|
||||
wlr_drm_restore_outputs;
|
||||
wlr_drm_scan_connectors;
|
||||
wlr_drm_surface_finish;
|
||||
wlr_drm_surface_get_front;
|
||||
wlr_drm_surface_init;
|
||||
wlr_drm_surface_make_current;
|
||||
wlr_drm_surface_mgpu_copy;
|
||||
wlr_drm_surface_post;
|
||||
wlr_drm_surface_swap_buffers;
|
||||
wlr_libinput_event;
|
||||
wlr_libinput_keyboard_create;
|
||||
wlr_libinput_pointer_create;
|
||||
wlr_libinput_tablet_pad_create;
|
||||
wlr_libinput_tablet_tool_create;
|
||||
wlr_libinput_touch_create;
|
||||
wlr_log_stderr;
|
||||
wlr_signal_emit_safe;
|
||||
wlr_subsurface_destroy;
|
||||
wlr_wl_output_for_surface;
|
||||
wlr_wl_output_layout_get_box;
|
||||
wlr_wl_output_move_cursor;
|
||||
wlr_wl_output_update_cursor;
|
||||
wlr_wl_registry_poll;
|
||||
*;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue