Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(713)

Side by Side Diff: third_party/protobuf/mirclient.cc

Issue 2885223002: Protobuf: Remove protobuf globals patch (Closed)
Patch Set: typo Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/protobuf/README.chromium ('k') | third_party/protobuf/mirclient.map » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #define MIR_EXPORT __attribute__((visibility("default")))
2
3 extern "C" {
4 MIR_EXPORT void mir_arrow_cursor_name() {}
5 MIR_EXPORT void mir_buffer_stream_get_egl_native_window() {}
6 MIR_EXPORT void mir_buffer_stream_get_graphics_region() {}
7 MIR_EXPORT void mir_buffer_stream_swap_buffers_sync() {}
8 MIR_EXPORT void mir_busy_cursor_name() {}
9 MIR_EXPORT void mir_caret_cursor_name() {}
10 MIR_EXPORT void mir_closed_hand_cursor_name() {}
11 MIR_EXPORT void mir_connection_create_display_config() {}
12 MIR_EXPORT void mir_connection_create_spec_for_dialog() {}
13 MIR_EXPORT void mir_connection_create_spec_for_menu() {}
14 MIR_EXPORT void mir_connection_create_spec_for_modal_dialog() {}
15 MIR_EXPORT void mir_connection_create_spec_for_normal_surface() {}
16 MIR_EXPORT void mir_connection_create_spec_for_tooltip() {}
17 MIR_EXPORT void mir_connection_get_available_surface_formats() {}
18 MIR_EXPORT void mir_connection_get_egl_native_display() {}
19 MIR_EXPORT void mir_connection_get_error_message() {}
20 MIR_EXPORT void mir_connection_is_valid() {}
21 MIR_EXPORT void mir_connection_release() {}
22 MIR_EXPORT void mir_connection_set_display_config_change_callback() {}
23 MIR_EXPORT void mir_connect_sync() {}
24 MIR_EXPORT void mir_cursor_configuration_destroy() {}
25 MIR_EXPORT void mir_cursor_configuration_from_name() {}
26 MIR_EXPORT void mir_default_cursor_name() {}
27 MIR_EXPORT void mir_diagonal_resize_bottom_to_top_cursor_name() {}
28 MIR_EXPORT void mir_diagonal_resize_top_to_bottom_cursor_name() {}
29 MIR_EXPORT void mir_disabled_cursor_name() {}
30 MIR_EXPORT void mir_display_config_destroy() {}
31 MIR_EXPORT void mir_event_get_close_surface_event() {}
32 MIR_EXPORT void mir_event_get_input_event() {}
33 MIR_EXPORT void mir_event_get_resize_event() {}
34 MIR_EXPORT void mir_event_get_surface_event() {}
35 MIR_EXPORT void mir_event_get_type() {}
36 MIR_EXPORT void mir_event_ref() {}
37 MIR_EXPORT void mir_event_unref() {}
38 MIR_EXPORT void mir_horizontal_resize_cursor_name() {}
39 MIR_EXPORT void mir_hsplit_resize_cursor_name() {}
40 MIR_EXPORT void mir_input_event_get_device_id() {}
41 MIR_EXPORT void mir_input_event_get_event_time() {}
42 MIR_EXPORT void mir_input_event_get_keyboard_event() {}
43 MIR_EXPORT void mir_input_event_get_pointer_event() {}
44 MIR_EXPORT void mir_input_event_get_touch_event() {}
45 MIR_EXPORT void mir_input_event_get_type() {}
46 MIR_EXPORT void mir_keyboard_event_action() {}
47 MIR_EXPORT void mir_keyboard_event_key_code() {}
48 MIR_EXPORT void mir_keyboard_event_modifiers() {}
49 MIR_EXPORT void mir_keyboard_event_scan_code() {}
50 MIR_EXPORT void mir_pointer_event_action() {}
51 MIR_EXPORT void mir_pointer_event_axis_value() {}
52 MIR_EXPORT void mir_pointer_event_button_state() {}
53 MIR_EXPORT void mir_pointer_event_modifiers() {}
54 MIR_EXPORT void mir_pointing_hand_cursor_name() {}
55 MIR_EXPORT void mir_resize_event_get_height() {}
56 MIR_EXPORT void mir_resize_event_get_width() {}
57 MIR_EXPORT void mir_surface_configure_cursor() {}
58 MIR_EXPORT void mir_surface_create_sync() {}
59 MIR_EXPORT void mir_surface_event_get_attribute() {}
60 MIR_EXPORT void mir_surface_event_get_attribute_value() {}
61 MIR_EXPORT void mir_surface_get_buffer_stream() {}
62 MIR_EXPORT void mir_surface_release_sync() {}
63 MIR_EXPORT void mir_surface_set_event_handler() {}
64 MIR_EXPORT void mir_surface_set_state() {}
65 MIR_EXPORT void mir_surface_spec_release() {}
66 MIR_EXPORT void mir_surface_spec_set_buffer_usage() {}
67 MIR_EXPORT void mir_surface_spec_set_name() {}
68 MIR_EXPORT void mir_touch_event_action() {}
69 MIR_EXPORT void mir_touch_event_axis_value() {}
70 MIR_EXPORT void mir_touch_event_id() {}
71 MIR_EXPORT void mir_touch_event_input_event() {}
72 MIR_EXPORT void mir_touch_event_modifiers() {}
73 MIR_EXPORT void mir_touch_event_point_count() {}
74 MIR_EXPORT void mir_touch_event_tooltype() {}
75 MIR_EXPORT void mir_vertical_resize_cursor_name() {}
76 MIR_EXPORT void mir_vsplit_resize_cursor_name() {}
77 }
OLDNEW
« no previous file with comments | « third_party/protobuf/README.chromium ('k') | third_party/protobuf/mirclient.map » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698