[BACK]Return to patch-cegui_src_CEGUISystem_cpp CVS log [TXT][DIR] Up to [local] / ports / graphics / cegui / patches

Annotation of ports/graphics/cegui/patches/patch-cegui_src_CEGUISystem_cpp, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- cegui/src/CEGUISystem.cpp.orig     Mon Sep  6 18:42:22 2010
        !             3: +++ cegui/src/CEGUISystem.cpp  Mon Sep  6 18:42:50 2010
        !             4: @@ -110,7 +110,7 @@ double SimpleTimer::currentTime()
        !             5:      return timeGetTime() / 1000.0;
        !             6:  }
        !             7:
        !             8: -#elif defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__)
        !             9: +#elif defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
        !            10:  #include <sys/time.h>
        !            11:  double SimpleTimer::currentTime()
        !            12:  {

CVSweb