ports/devel/directfb/files/patch-tests__voodoo__voodoo_test.h
Pav Lucistnik 03073bc4da - Update to 1.4.11
PR:		ports/152809
Submitted by:	Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
2010-12-08 14:46:02 +00:00

13 lines
315 B
C

--- ./tests/voodoo/voodoo_test.h.orig 2010-12-03 16:44:12.000000000 +0100
+++ ./tests/voodoo/voodoo_test.h 2010-12-03 16:44:12.000000000 +0100
@@ -0,0 +1,10 @@
+#ifndef __VOODOO_TEST_H__
+#define __VOODOO_TEST_H__
+
+typedef enum {
+ VOODOO_TEST_INCREASE,
+ VOODOO_TEST_QUERY
+} VoodooTestCall;
+
+#endif
+