mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
backend/drm: fix broken link to KMS property docs
The Linux graphics section of 01.org is no more. Link to more official docs instead.
This commit is contained in:
parent
cf7b91cc5f
commit
d8f4a3d78c
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
/*
|
||||
* These types contain the property ids for several DRM objects.
|
||||
* See https://01.org/linuxgraphics/gfx-docs/drm/gpu/drm-kms.html#kms-properties
|
||||
* for more details.
|
||||
* For more details, see:
|
||||
* https://dri.freedesktop.org/docs/drm/gpu/drm-kms.html#kms-properties
|
||||
*/
|
||||
|
||||
union wlr_drm_connector_props {
|
||||
|
|
Loading…
Reference in a new issue