wlroots/include/wlr/types
emersion c19d475753
xdg-output: don't send no-op updates
To begin with, no-op updates are unnecessary, so this patch is an
improvement on its own.

Then, this fixes hotplugging issues with xwayland. xwayland waits
for both wl_output and xdg_output to send a "done" event. However,
it doesn't handle well desynchronized "done" updates: if xdg-output
sends "done" twice, the second one will wait for the next wl_output
"done" event. This is an issue when the first is a no-op and the
second is a real update: the second isn't applied. I've considered
patching xwayland instead, but it seems pretty complicated.
2018-07-08 14:12:18 +01:00
..
wlr_box.h Fix damage tracking for rotated surfaces 2018-03-26 15:31:08 -04:00
wlr_buffer.h surface: remove wlr_surface.texture 2018-06-13 19:38:10 +01:00
wlr_compositor.h s/wlr_subsurface_from_surface/wlr_subsurface_from_wlr_surface/ 2018-06-30 21:21:13 +09:00
wlr_cursor.h Fix typos in comments and strings 2018-05-03 21:59:43 +01:00
wlr_data_device.h add back map event 2018-06-05 22:50:29 -04:00
wlr_export_dmabuf_v1.h Merge branch 'master' into screencontent 2018-05-31 12:33:27 +01:00
wlr_gamma_control.h Listen to display destroy in gamma control manager 2017-12-07 00:55:50 +01:00
wlr_idle.h wlr_idle: add helper to enable/disable all timers 2018-06-27 22:47:05 +09:00
wlr_idle_inhibit_v1.h wlr_idle_inhibit_v1: add *data pointer to wlr structs 2018-06-28 20:29:44 +09:00
wlr_input_device.h input-device: add output_name field, populate it from libinput 2018-04-29 14:30:09 +01:00
wlr_input_inhibitor.h Add wlr_input_inhibitor 2018-04-03 14:06:52 -04:00
wlr_keyboard.h backend/wayland: fix keyboard keys not pressed/released when focus changes 2018-06-03 13:18:57 +01:00
wlr_layer_shell.h add wlr_layer_surface_surface_at 2018-05-08 16:03:10 +02:00
wlr_linux_dmabuf.h Only allow one modifier per DMA-BUF, split attributes struct in render/ 2018-05-30 09:29:12 +01:00
wlr_list.h Reformat all #include directives 2018-02-12 21:29:23 +01:00
wlr_matrix.h render/gles2: transpose matrices before binding them 2018-03-19 20:21:02 +01:00
wlr_output.h Merge branch 'master' into screencontent 2018-05-31 12:33:27 +01:00
wlr_output_damage.h output-damage: limit the number of damaged rectangles 2018-05-05 14:28:55 +01:00
wlr_output_layout.h Make WLR_DIRECTION enum powers of 2 2018-04-26 19:51:11 +10:00
wlr_pointer.h Add support for discrete axis values 2018-05-12 13:34:58 +01:00
wlr_primary_selection.h Reformat all #include directives 2018-02-12 21:29:23 +01:00
wlr_region.h compositor: redesign how resources are managed 2018-04-26 17:51:06 +01:00
wlr_screencopy_v1.h screencopy: listen to buffer destroy 2018-06-30 22:18:04 +01:00
wlr_screenshooter.h Reformat all #include directives 2018-02-12 21:29:23 +01:00
wlr_seat.h seat: allow clients to bind to seat multiple times 2018-06-04 22:31:36 +09:00
wlr_server_decoration.h Add display destroy listener in server decoration 2017-12-07 00:36:05 +01:00
wlr_surface.h surface: rename wlr_surface_state.buffer to buffer_resource 2018-07-04 19:12:18 +01:00
wlr_tablet_pad.h Add mode support to libinput backend 2018-03-07 20:57:55 -05:00
wlr_tablet_tool.h Remove width_mm from tablet events 2018-03-28 12:05:37 -04:00
wlr_touch.h Remove width_mm from wlr_touch events 2018-03-28 11:04:40 -04:00
wlr_virtual_keyboard_v1.h virtual-keyboard: add support for the virtual-keyboard-v1 protocol 2018-05-28 10:05:55 +02:00
wlr_wl_shell.h Fix typos in comments and strings 2018-05-03 21:59:43 +01:00
wlr_xcursor_manager.h Improve xcursor docs 2018-02-01 20:30:32 -05:00
wlr_xdg_output.h xdg-output: don't send no-op updates 2018-07-08 14:12:18 +01:00
wlr_xdg_shell.h Introduce wlr_xdg_surface_for_each_popup 2018-07-01 23:24:39 +10:00
wlr_xdg_shell_v6.h Introduce wlr_xdg_surface_for_each_popup 2018-07-01 23:24:39 +10:00