mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
backend/drm: implement get_cursor_formats and get_cursor_size
This commit is contained in:
parent
de51df2770
commit
9e9be83a58
3 changed files with 70 additions and 0 deletions
|
|
@ -87,6 +87,10 @@ struct wlr_drm_backend {
|
|||
|
||||
struct wlr_drm_renderer renderer;
|
||||
struct wlr_session *session;
|
||||
|
||||
uint64_t cursor_width, cursor_height;
|
||||
|
||||
struct wlr_drm_format_set mgpu_formats;
|
||||
};
|
||||
|
||||
enum wlr_drm_connector_state {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue