Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 79497
Collapse All | Expand All

(-)xc/programs/Xserver/cfb/cfbmap.h (+12 lines)
Lines 159-164 Link Here
159
#undef cfbrmask
159
#undef cfbrmask
160
#undef cfbstartpartial
160
#undef cfbstartpartial
161
#undef cfbstarttab
161
#undef cfbstarttab
162
163
#undef cfbExpandDirectColors
164
#undef cfbCreateDefColormap
165
#undef cfbClearVisualTypes
166
#undef cfbSetVisualTypes
167
#undef cfbInitVisuals
162
#endif
168
#endif
163
169
164
/* a losing vendor cpp dumps core if we define CFBNAME in terms of CATNAME */
170
/* a losing vendor cpp dumps core if we define CFBNAME in terms of CATNAME */
Lines 336-339 Link Here
336
#define cfbstartpartial CFBNAME(startpartial)
342
#define cfbstartpartial CFBNAME(startpartial)
337
#define cfbstarttab CFBNAME(starttab)
343
#define cfbstarttab CFBNAME(starttab)
338
344
345
#define cfbExpandDirectColors CFBNAME(cfbExpandDirectColors)
346
#define cfbCreateDefColormap CFBNAME(cfbCreateDefColormap)
347
#define cfbClearVisualTypes CFBNAME(cfbClearVisualTypes)
348
#define cfbSetVisualTypes CFBNAME(cfbSetVisualTypes)
349
#define cfbInitVisuals CFBNAME(cfbInitVisuals)
350
339
#endif /* PSZ != 8 */
351
#endif /* PSZ != 8 */
(-)xc/programs/Xserver/cfb/cfbunmap.h (+6 lines)
Lines 158-160 Link Here
158
#undef cfbrmask
158
#undef cfbrmask
159
#undef cfbstartpartial
159
#undef cfbstartpartial
160
#undef cfbstarttab
160
#undef cfbstarttab
161
162
#undef cfbExpandDirectColors
163
#undef cfbCreateDefColormap
164
#undef cfbClearVisualTypes
165
#undef cfbSetVisualTypes
166
#undef cfbInitVisuals

Return to bug 79497