wlroots/backend/wayland
Simon Ser 768131e488 output: stop assuming a frame is pending in init
- The DRM backend initially doesn't have a frame scheduled initially.
  However the compositor is expected to set a mode to start the
  rendering loop (frame_pending is set to true in drm_crtc_pageflip).
- The headless and X11 backends have a timer to schedule frames, so they
  ignore this hint completely.
- The Wayland backend renders a fake frame to start the rendering loop.
  It's the only case where a frame is pending on init, move the
  assumption there.
2020-12-13 12:16:28 +01:00
..
backend.c backend/wayland: don't set EGL visual 2020-11-25 13:52:05 +01:00
meson.build build: use dicts instead of get_variable 2020-04-21 15:26:45 +02:00
output.c output: stop assuming a frame is pending in init 2020-12-13 12:16:28 +01:00
seat.c backend/wayland: Set cursor indivdualy per output 2020-11-12 12:31:32 +01:00
tablet_v2.c backend/wayland: Link input devices with seats 2020-11-12 12:31:32 +01:00