mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-06 01:46:25 +00:00
Use SDL_bool
This commit is contained in:
@@ -557,7 +557,7 @@ KMSDRM_CrtcGetPropId(uint32_t drm_fd,
|
|||||||
return prop_id;
|
return prop_id;
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool KMSDRM_VrrPropId(uint32_t drm_fd, uint32_t crtc_id, uint32_t *vrr_prop_id) {
|
static SDL_bool KMSDRM_VrrPropId(uint32_t drm_fd, uint32_t crtc_id, uint32_t *vrr_prop_id) {
|
||||||
drmModeObjectPropertiesPtr drm_props;
|
drmModeObjectPropertiesPtr drm_props;
|
||||||
|
|
||||||
drm_props = KMSDRM_drmModeObjectGetProperties(drm_fd,
|
drm_props = KMSDRM_drmModeObjectGetProperties(drm_fd,
|
||||||
|
Reference in New Issue
Block a user