Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred-valve committed Jul 30, 2015
1 parent 51c72e1 commit dc2e9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/x11/SDL_x11modes.c
Expand Up @@ -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;
Expand Down

0 comments on commit dc2e9ba

Please sign in to comment.