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 2301
Collapse All | Expand All

(-)twin/compton-tde/common.h.orig (-2 / +2 lines)
Lines 160-165 Link Here
160
#define GLX_BACK_BUFFER_AGE_EXT 0x20F4
160
#define GLX_BACK_BUFFER_AGE_EXT 0x20F4
161
#endif
161
#endif
162
162
163
#endif	//CONFIG_VSYNC_OPENGL
164
163
// === Macros ===
165
// === Macros ===
164
166
165
#define MSTR_(s)        #s
167
#define MSTR_(s)        #s
Lines 2602-2609 Link Here
2602
2604
2603
///@}
2605
///@}
2604
2606
2605
#endif
2606
2607
/**
2607
/**
2608
 * @brief Dump the given data to a file.
2608
 * @brief Dump the given data to a file.
2609
 */
2609
 */

Return to bug 2301