mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
backend/drm: don't set cursor if off-screen
Closes: https://github.com/swaywm/wlroots/issues/2216
This commit is contained in:
parent
5947160630
commit
e7a8ea84c3
4 changed files with 14 additions and 2 deletions
|
|
@ -152,6 +152,7 @@ void scan_drm_connectors(struct wlr_drm_backend *state);
|
|||
int handle_drm_event(int fd, uint32_t mask, void *data);
|
||||
bool drm_connector_set_mode(struct wlr_drm_connector *conn,
|
||||
struct wlr_output_mode *mode);
|
||||
bool drm_connector_is_cursor_visible(struct wlr_drm_connector *conn);
|
||||
size_t drm_crtc_get_gamma_lut_size(struct wlr_drm_backend *drm,
|
||||
struct wlr_drm_crtc *crtc);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue