wlroots/types
Brian Ashworth 6dfe238ff1 zwp_virtual-keyboard: fix mmap error handling
If mmap fails, it will return MAP_FAILED not NULL. Since the error
handling was incorrectly checking for NULL, MAP_FAILED was being passed
to xkb_keymap_new_from_string, on mmap failure, causing a segfault.
This just fixes the error checking.
2019-05-31 07:58:31 +03:00
..
data_device data-device: ignore accept for selection offers 2019-04-19 13:24:41 -06:00
seat seat: fallback to v6 if libwayland 1.17 isn't available 2019-04-27 11:26:34 -06:00
tablet_v2 send proximity_out in proximity in for tablet_v2 2019-03-31 20:16:03 +03:00
xdg_shell wlr_xdg_toplevel: store pending fullscreen output 2019-03-27 10:04:10 +02:00
xdg_shell_v6 wlr_xdg_toplevel_v6: store pending fullscreen output 2019-03-27 10:04:10 +02:00
meson.build Remove wlr_wl_shell 2019-04-26 18:23:25 +03:00
wlr_box.c
wlr_buffer.c
wlr_compositor.c
wlr_cursor.c
wlr_data_control_v1.c Update data-control 2019-02-15 11:58:33 +01:00
wlr_export_dmabuf_v1.c output: rename swap_buffers event to precommit 2019-04-23 14:34:30 -06:00
wlr_foreign_toplevel_management_v1.c foreign-toplevel: support fullscreen state and request 2019-04-29 00:00:53 +03:00
wlr_fullscreen_shell_v1.c
wlr_gamma_control.c
wlr_gamma_control_v1.c
wlr_gtk_primary_selection.c primary-selection-v1: copy from gtk-primary-selection 2019-02-13 19:28:25 +01:00
wlr_idle.c idle: enable the compositors to add custom idle timeouts (#1655) 2019-04-17 08:48:43 +03:00
wlr_idle_inhibit_v1.c
wlr_input_device.c s/lid_switch/switch_device 2019-03-19 22:45:58 -04:00
wlr_input_inhibitor.c
wlr_input_method_v2.c
wlr_keyboard.c
wlr_layer_shell_v1.c
wlr_linux_dmabuf_v1.c render: switch wlr_renderer to wlr_drm_format_set 2019-04-01 19:18:04 +03:00
wlr_list.c
wlr_matrix.c
wlr_output.c wlr_output: remove idle_done on output destroy 2019-05-30 09:14:46 +03:00
wlr_output_damage.c output-damage: fix segfault after destroy 2019-04-25 11:39:51 +03:00
wlr_output_layout.c output: remove lx, ly 2019-04-13 08:31:30 -06:00
wlr_output_management_v1.c output: remove lx, ly 2019-04-13 08:31:30 -06:00
wlr_pointer.c
wlr_pointer_constraints_v1.c
wlr_pointer_gestures_v1.c
wlr_presentation_time.c
wlr_primary_selection.c
wlr_primary_selection_v1.c primary-selection-v1: copy from gtk-primary-selection 2019-02-13 19:28:25 +01:00
wlr_region.c
wlr_relative_pointer_v1.c
wlr_screencopy_v1.c output: rename needs_commit to needs_frame 2019-04-23 14:34:30 -06:00
wlr_screenshooter.c output: rename needs_commit to needs_frame 2019-04-23 14:34:30 -06:00
wlr_server_decoration.c
wlr_surface.c subsurface: add map/unmap events 2019-02-17 12:01:15 +01:00
wlr_switch.c s/lid_switch/switch_device 2019-03-19 22:45:58 -04:00
wlr_tablet_pad.c
wlr_tablet_tool.c
wlr_text_input_v3.c
wlr_touch.c
wlr_virtual_keyboard_v1.c zwp_virtual-keyboard: fix mmap error handling 2019-05-31 07:58:31 +03:00
wlr_xcursor_manager.c
wlr_xdg_decoration_v1.c
wlr_xdg_output_v1.c xdg-output: schedule a wl_output.done event on update 2019-04-27 10:02:21 -06:00