View Single Post
Old 02-27-2020, 01:34 PM   #4
pazos
cosiņeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,406
Karma: 2451781
Join Date: Apr 2014
Device: BQ Cervantes 4
Yup, what NiLuJe said.

brew should contain a SDL version recent enough to support
Code:
SDL_WINDOW_ALLOW_HIGHDPI
. Is just a matter to use that in https://github.com/koreader/koreader...DL2_0.lua#L112.

If you want to submit a PR please make sure to OR that flag just
Code:
if ffi.os == "OSX"
and leave window creation as is for other platforms.

As brew is a rolling release "distro" I'm pretty sure we don't need to check for versions there.
pazos is offline   Reply With Quote