By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2110
Collapse All | Expand All

(-)twin/compton-tde/common.h.orig (+2 lines)
Lines 389-397 Link Here
389
389
390
#ifdef CONFIG_GLX_SYNC
390
#ifdef CONFIG_GLX_SYNC
391
// Looks like duplicate typedef of the same type is safe?
391
// Looks like duplicate typedef of the same type is safe?
392
#ifndef __OpenBSD__
392
typedef int64_t GLint64;
393
typedef int64_t GLint64;
393
typedef uint64_t GLuint64;
394
typedef uint64_t GLuint64;
394
typedef struct __GLsync *GLsync;
395
typedef struct __GLsync *GLsync;
396
#endif
395
397
396
#ifndef GL_SYNC_FLUSH_COMMANDS_BIT
398
#ifndef GL_SYNC_FLUSH_COMMANDS_BIT
397
#define GL_SYNC_FLUSH_COMMANDS_BIT 0x00000001
399
#define GL_SYNC_FLUSH_COMMANDS_BIT 0x00000001

Return to bug 2110