mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-28 05:58:29 +00:00
Fix build.
This commit is contained in:
@@ -947,7 +947,7 @@ X11_GetDisplayDPI(_THIS, SDL_VideoDisplay * sdl_display, float * ddpi, float * h
|
||||
*hdpi = data->hdpi;
|
||||
}
|
||||
if (vdpi) {
|
||||
*vpid = data->vdpi;
|
||||
*vdpi = data->vdpi;
|
||||
}
|
||||
|
||||
return data->ddpi != 0.0f ? 0 : -1;
|
||||
|
Reference in New Issue
Block a user