mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 06:16:30 +03:00
78 lines
3.7 KiB
C++
78 lines
3.7 KiB
C++
#define MIR_EXPORT __attribute__((visibility("default")))
|
|
|
|
extern "C" {
|
|
MIR_EXPORT void mir_arrow_cursor_name() {}
|
|
MIR_EXPORT void mir_buffer_stream_get_egl_native_window() {}
|
|
MIR_EXPORT void mir_buffer_stream_get_graphics_region() {}
|
|
MIR_EXPORT void mir_buffer_stream_swap_buffers_sync() {}
|
|
MIR_EXPORT void mir_busy_cursor_name() {}
|
|
MIR_EXPORT void mir_caret_cursor_name() {}
|
|
MIR_EXPORT void mir_closed_hand_cursor_name() {}
|
|
MIR_EXPORT void mir_connection_create_display_config() {}
|
|
MIR_EXPORT void mir_connection_create_spec_for_dialog() {}
|
|
MIR_EXPORT void mir_connection_create_spec_for_menu() {}
|
|
MIR_EXPORT void mir_connection_create_spec_for_modal_dialog() {}
|
|
MIR_EXPORT void mir_connection_create_spec_for_normal_surface() {}
|
|
MIR_EXPORT void mir_connection_create_spec_for_tooltip() {}
|
|
MIR_EXPORT void mir_connection_get_available_surface_formats() {}
|
|
MIR_EXPORT void mir_connection_get_egl_native_display() {}
|
|
MIR_EXPORT void mir_connection_get_error_message() {}
|
|
MIR_EXPORT void mir_connection_is_valid() {}
|
|
MIR_EXPORT void mir_connection_release() {}
|
|
MIR_EXPORT void mir_connection_set_display_config_change_callback() {}
|
|
MIR_EXPORT void mir_connect_sync() {}
|
|
MIR_EXPORT void mir_cursor_configuration_destroy() {}
|
|
MIR_EXPORT void mir_cursor_configuration_from_name() {}
|
|
MIR_EXPORT void mir_default_cursor_name() {}
|
|
MIR_EXPORT void mir_diagonal_resize_bottom_to_top_cursor_name() {}
|
|
MIR_EXPORT void mir_diagonal_resize_top_to_bottom_cursor_name() {}
|
|
MIR_EXPORT void mir_disabled_cursor_name() {}
|
|
MIR_EXPORT void mir_display_config_destroy() {}
|
|
MIR_EXPORT void mir_event_get_close_surface_event() {}
|
|
MIR_EXPORT void mir_event_get_input_event() {}
|
|
MIR_EXPORT void mir_event_get_resize_event() {}
|
|
MIR_EXPORT void mir_event_get_surface_event() {}
|
|
MIR_EXPORT void mir_event_get_type() {}
|
|
MIR_EXPORT void mir_event_ref() {}
|
|
MIR_EXPORT void mir_event_unref() {}
|
|
MIR_EXPORT void mir_horizontal_resize_cursor_name() {}
|
|
MIR_EXPORT void mir_hsplit_resize_cursor_name() {}
|
|
MIR_EXPORT void mir_input_event_get_device_id() {}
|
|
MIR_EXPORT void mir_input_event_get_event_time() {}
|
|
MIR_EXPORT void mir_input_event_get_keyboard_event() {}
|
|
MIR_EXPORT void mir_input_event_get_pointer_event() {}
|
|
MIR_EXPORT void mir_input_event_get_touch_event() {}
|
|
MIR_EXPORT void mir_input_event_get_type() {}
|
|
MIR_EXPORT void mir_keyboard_event_action() {}
|
|
MIR_EXPORT void mir_keyboard_event_key_code() {}
|
|
MIR_EXPORT void mir_keyboard_event_modifiers() {}
|
|
MIR_EXPORT void mir_keyboard_event_scan_code() {}
|
|
MIR_EXPORT void mir_pointer_event_action() {}
|
|
MIR_EXPORT void mir_pointer_event_axis_value() {}
|
|
MIR_EXPORT void mir_pointer_event_button_state() {}
|
|
MIR_EXPORT void mir_pointer_event_modifiers() {}
|
|
MIR_EXPORT void mir_pointing_hand_cursor_name() {}
|
|
MIR_EXPORT void mir_resize_event_get_height() {}
|
|
MIR_EXPORT void mir_resize_event_get_width() {}
|
|
MIR_EXPORT void mir_surface_configure_cursor() {}
|
|
MIR_EXPORT void mir_surface_create_sync() {}
|
|
MIR_EXPORT void mir_surface_event_get_attribute() {}
|
|
MIR_EXPORT void mir_surface_event_get_attribute_value() {}
|
|
MIR_EXPORT void mir_surface_get_buffer_stream() {}
|
|
MIR_EXPORT void mir_surface_release_sync() {}
|
|
MIR_EXPORT void mir_surface_set_event_handler() {}
|
|
MIR_EXPORT void mir_surface_set_state() {}
|
|
MIR_EXPORT void mir_surface_spec_release() {}
|
|
MIR_EXPORT void mir_surface_spec_set_buffer_usage() {}
|
|
MIR_EXPORT void mir_surface_spec_set_name() {}
|
|
MIR_EXPORT void mir_touch_event_action() {}
|
|
MIR_EXPORT void mir_touch_event_axis_value() {}
|
|
MIR_EXPORT void mir_touch_event_id() {}
|
|
MIR_EXPORT void mir_touch_event_input_event() {}
|
|
MIR_EXPORT void mir_touch_event_modifiers() {}
|
|
MIR_EXPORT void mir_touch_event_point_count() {}
|
|
MIR_EXPORT void mir_touch_event_tooltype() {}
|
|
MIR_EXPORT void mir_vertical_resize_cursor_name() {}
|
|
MIR_EXPORT void mir_vsplit_resize_cursor_name() {}
|
|
}
|