comparison Applications/Generic/GuiAdapter.cpp @ 915:912cc77be3b4 am-dev

merge
author Alain Mazy <alain@mazy.be>
date Fri, 19 Jul 2019 11:40:45 +0200
parents 64e5f3ff6360 2b4b6b86520a
children 86ac61a040c9
comparison
equal deleted inserted replaced
912:e4ac54cb8771 915:912cc77be3b4
723 # endif 723 # endif
724 724
725 // SDL ONLY 725 // SDL ONLY
726 void GuiAdapter::Run() 726 void GuiAdapter::Run()
727 { 727 {
728 #if 0 728 #if 1
729 // TODO: MAKE THIS DYNAMIC !!! See SdlOpenGLViewport vs Cairo in ViewportWrapper 729 // TODO: MAKE THIS DYNAMIC !!! See SdlOpenGLViewport vs Cairo in ViewportWrapper
730 # if ORTHANC_ENABLE_OPENGL == 1 && !defined(__APPLE__) 730 # if ORTHANC_ENABLE_OPENGL == 1 && !defined(__APPLE__)
731 glEnable(GL_DEBUG_OUTPUT); 731 glEnable(GL_DEBUG_OUTPUT);
732 glDebugMessageCallback(OpenGLMessageCallback, 0); 732 glDebugMessageCallback(OpenGLMessageCallback, 0);
733 # endif 733 # endif