diff Applications/Generic/GuiAdapter.cpp @ 913:2b4b6b86520a

Re-enabled gl debug output in GuiAdapter + REMOVED GZIP ENCODING IN OrthancSeriesVolumeProgressiveLoader + added ability to use custom windowing in GrayscaleStyleConfigurator
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 19 Jul 2019 10:30:40 +0200
parents 52b1c6ff10c5
children 912cc77be3b4
line wrap: on
line diff
--- a/Applications/Generic/GuiAdapter.cpp	Thu Jul 18 10:39:00 2019 +0200
+++ b/Applications/Generic/GuiAdapter.cpp	Fri Jul 19 10:30:40 2019 +0200
@@ -725,7 +725,7 @@
   // SDL ONLY
   void GuiAdapter::Run()
   {
-#if 0 
+#if 1
     // TODO: MAKE THIS DYNAMIC !!! See SdlOpenGLViewport vs Cairo in ViewportWrapper
 # if ORTHANC_ENABLE_OPENGL == 1 && !defined(__APPLE__)
     glEnable(GL_DEBUG_OUTPUT);