Skip to content

Commit 092abf9

Browse files
committed
stuff
1 parent eab381c commit 092abf9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ruisapp/glue/sdl/glue.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ ruis::real get_dpi(int display_index = 0)
331331
if (SDL_GetDisplayDPI(display_index, &dpi, nullptr, nullptr) != 0) {
332332
throw std::runtime_error(utki::cat("Could not get SDL display DPI, SDL Error: ", SDL_GetError()));
333333
}
334+
// std::cout << "get_dpi(): dpi = " << dpi << std::endl;
334335
return ruis::real(dpi);
335336
}
336337

0 commit comments

Comments
 (0)