From 4f3a7d5c9a7718dd5b434f8f4fad638f97fbbb76 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Tschumperl=C3=A9?= <David.Tschumperle@gmail.com>
Date: Mon, 22 Oct 2018 21:30:39 +0200
Subject: [PATCH] .

---
 CImg.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CImg.h b/CImg.h
index 9e66466..73b73ef 100644
--- a/CImg.h
+++ b/CImg.h
@@ -7988,8 +7988,8 @@ namespace cimg_library_suffixed {
       return _empty;
     }
 
-#define cimg_fitscreen(dx,dy,dz) CImgDisplay::_fitscreen(dx,dy,dz,128,-85,false), \
-                                 CImgDisplay::_fitscreen(dx,dy,dz,128,-85,true)
+#define cimg_fitscreen(dx,dy,dz) CImgDisplay::_fitscreen(dx,dy,dz,256,-85,false), \
+                                 CImgDisplay::_fitscreen(dx,dy,dz,256,-85,true)
     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
-- 
GitLab