diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-18 18:35:56 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-18 18:35:56 -0500 |
commit | 891da4b83e901780ca4becb9b6f7c9cf0fb70ffd (patch) | |
tree | b177b8ddddf3a0e73a86e482d88e0e188c601516 /twin | |
parent | 0c11ace605ba33feb137eca638a39c27a71e1d8d (diff) | |
parent | d7ccc16037550f5dc9ba2db00e47ea950c3732d2 (diff) | |
download | tdebase-891da4b83e901780ca4becb9b6f7c9cf0fb70ffd.tar.gz tdebase-891da4b83e901780ca4becb9b6f7c9cf0fb70ffd.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase
Diffstat (limited to 'twin')
-rw-r--r-- | twin/compton-tde/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/twin/compton-tde/common.h b/twin/compton-tde/common.h index 8a7bae6d5..fbdf49a89 100644 --- a/twin/compton-tde/common.h +++ b/twin/compton-tde/common.h @@ -389,9 +389,11 @@ typedef void (*f_CopySubBuffer) (Display *dpy, GLXDrawable drawable, int x, int #ifdef CONFIG_GLX_SYNC // Looks like duplicate typedef of the same type is safe? +#ifndef __OpenBSD__ typedef int64_t GLint64; typedef uint64_t GLuint64; typedef struct __GLsync *GLsync; +#endif #ifndef GL_SYNC_FLUSH_COMMANDS_BIT #define GL_SYNC_FLUSH_COMMANDS_BIT 0x00000001 |