freebsd-ports/multimedia/jahshaka/files/patch-jah_libraries_jahtimer_jahtimer.h
Pav Lucistnik 206ef322e1 Jahshaka is a video and film compositing, editing and special fx system
that uses OpenGL & OpenML hardware rendering to give operators real time
interactivity. The system is cross platform, and also includes full CG,
paint and image processing modules.

PR:		ports/85838
Submitted by:	Igor Pokrovsky <ip@doom.homeunix.org>
2005-09-18 18:20:48 +00:00

21 lines
481 B
C++

--- jah/libraries/jahtimer/jahtimer.h.orig
+++ jah/libraries/jahtimer/jahtimer.h
@@ -10,7 +10,7 @@
#define JAHTIMER_H
#include <qstring.h>
-#include <sys/timeb.h>
+#include <sys/time.h>
#include "jahtracer.h"
@@ -28,7 +28,8 @@
private:
- timeb current_time;
+ struct timeval current_time;
+ //timeb current_time;
//static timeb current_time;
//used for timing effects