mirror of https://github.com/encounter/SDL.git
Use SDL_bool
This commit is contained in:
parent
e3ea9b5b7c
commit
aae566e196
|
@ -557,7 +557,7 @@ KMSDRM_CrtcGetPropId(uint32_t drm_fd,
|
|||
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;
|
||||
|
||||
drm_props = KMSDRM_drmModeObjectGetProperties(drm_fd,
|
||||
|
|
Loading…
Reference in New Issue