- Member mir_buffer_stream_get_platform_type (MirBufferStream *stream)
- Use of this function is inherently non-portable in the presence of plug-in platform modules as these need not correspond to the available types. To identify the graphics platform use mir_connection_get_graphics_module(). To safely interpret the buffer contents use mir_buffer_stream_get_graphics_region().
- Member mir_connection_create_display_config (MirConnection *connection)
- Use mir_connection_create_display_configuration() instead.
- Member mir_connection_create_spec_for_tooltip (MirConnection *connection, int width, int height, MirPixelFormat format, MirSurface *parent, MirRectangle *zone) __attribute__((deprecated))
- use mir_connection_create_spec_for_tip() instead
- Member mir_event_get_close_surface_event (MirEvent const *event)
- Use of this function is pointless as there is no way to use the return value.
- Member mir_event_get_input_configuration_event (MirEvent const *event)
- Input devices and changes to the input devices are indicated via the mir_input_config_change_callback
- Member mir_keymap_event_get_rules (MirKeymapEvent const *ev, struct xkb_rule_names *rules) __attribute__((deprecated))
- keymap credentials are no longer available use mir_keymap_event_get_keymap_buffer instead.
- Member mir_surface_get_buffer_stream (MirSurface *surface)
- Users should use mir_surface_spec_set_streams() to arrange the content of a surface, instead of relying on a stream being created by default.
- Member mir_surface_type_overlay
- Use "gloss" instead.
- Member mir_surface_type_popover
- Choose "menu" or "tip"
- Member MirPlatformType
- Use of this type is inherently non-portable in the presence of plug-in platform modules as these need not correspond to the available types.
Copyright © 2012-2016 Canonical Ltd.
Generated on Sat Dec 3 12:48:59 UTC 2016