comparison Resources/Graveyard/Threading/SdlBuffering.cpp @ 196:fccffbf99ba1 wasm

integration mainline->wasm
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Mar 2018 20:02:10 +0100
parents Applications/Sdl/SdlBuffering.cpp@4cff7b1ed31d Applications/Sdl/SdlBuffering.cpp@e2fe9352f240
children b70e9be013e4
comparison
equal deleted inserted replaced
194:7a031ac16b2d 196:fccffbf99ba1
21 21
22 #include "SdlBuffering.h" 22 #include "SdlBuffering.h"
23 23
24 #if ORTHANC_ENABLE_SDL == 1 24 #if ORTHANC_ENABLE_SDL == 1
25 25
26 #include "../../../Resources/Orthanc/Core/Logging.h" 26 #include "../../Resources/Orthanc/Core/Logging.h"
27 #include "../../../Resources/Orthanc/Core/OrthancException.h" 27 #include "../../Resources/Orthanc/Core/OrthancException.h"
28 28
29 namespace OrthancStone 29 namespace OrthancStone
30 { 30 {
31 SdlBuffering::SdlBuffering() : 31 SdlBuffering::SdlBuffering() :
32 sdlSurface_(NULL), 32 sdlSurface_(NULL),