wlroots-hyprland/include
Kirill Primak b72a217fcc xdg-toplevel: refactor configure/state flow
Previously, `wlr_xdg_toplevel` didn't follow the usual "current state +
pending state" pattern and instead had confusingly named
`client_pending` and `server_pending`. This commit removes them, and
instead introduces `wlr_xdg_toplevel.scheduled` to store the properties
that are yet to be sent to a client, and `wlr_xdg_toplevel.requested`
to store the properties that a client has requested. They have different
types to emphasize that they aren't actual states.
2021-09-21 10:09:09 +02:00
..
backend backend/drm: implement drm lease function 2021-09-08 11:09:07 +02:00
render render/allocator/gbm: fix create() docs for FD ownership 2021-09-01 21:34:34 +02:00
types types/buffer: make {begin,end}_data_ptr_access part of the public API 2021-09-15 11:50:44 +02:00
util util/shm: add allocate_shm_file_pair 2021-09-05 22:06:25 +02:00
wlr xdg-toplevel: refactor configure/state flow 2021-09-21 10:09:09 +02:00
xcursor xcursor: make cursor data and metadata const 2021-02-05 10:04:20 +01:00
xwayland xwayland: Allow to retrieve startup-id via _NET_STARTUP_INFO 2021-09-11 09:53:23 +02:00
meson.build backend/{drm,libinput}: exclude headers when disabled 2021-08-25 09:50:27 -04:00