summaryrefslogtreecommitdiff
path: root/devel/directfb/files/patch-tests__voodoo__voodoo_test.h
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-12-08 14:46:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-12-08 14:46:02 +0000
commit03073bc4da76524c553597c54279b1e6276175c5 (patch)
treecbfe11af4aaf0d0f6a0acb8180613e2efa26db6d /devel/directfb/files/patch-tests__voodoo__voodoo_test.h
parent- Update to 0.38 (diff)
- Update to 1.4.11
PR: ports/152809 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
Diffstat (limited to 'devel/directfb/files/patch-tests__voodoo__voodoo_test.h')
-rw-r--r--devel/directfb/files/patch-tests__voodoo__voodoo_test.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/directfb/files/patch-tests__voodoo__voodoo_test.h b/devel/directfb/files/patch-tests__voodoo__voodoo_test.h
new file mode 100644
index 000000000000..8b122a32843f
--- /dev/null
+++ b/devel/directfb/files/patch-tests__voodoo__voodoo_test.h
@@ -0,0 +1,13 @@
+--- ./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
++