Skip to content
Snippets Groups Projects
Commit 4f3a7d5c authored by David Tschumperlé's avatar David Tschumperlé
Browse files

.

parent 420ee255
No related branches found
No related tags found
No related merge requests found
...@@ -7988,8 +7988,8 @@ namespace cimg_library_suffixed { ...@@ -7988,8 +7988,8 @@ namespace cimg_library_suffixed {
return _empty; return _empty;
} }
   
#define cimg_fitscreen(dx,dy,dz) CImgDisplay::_fitscreen(dx,dy,dz,128,-85,false), \ #define cimg_fitscreen(dx,dy,dz) CImgDisplay::_fitscreen(dx,dy,dz,256,-85,false), \
CImgDisplay::_fitscreen(dx,dy,dz,128,-85,true) CImgDisplay::_fitscreen(dx,dy,dz,256,-85,true)
static unsigned int _fitscreen(const unsigned int dx, const unsigned int dy, const unsigned int dz, static unsigned int _fitscreen(const unsigned int dx, const unsigned int dy, const unsigned int dz,
const int dmin, const int dmax, const bool return_y) { const int dmin, const int dmax, const bool return_y) {
const int const int
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment