View | Details | Raw Unified | Return to bug 233112
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/os/utils.c
0
++ b/os/utils.c
Lines 232-238 _X_EXPORT Bool noXFixesExtension = FALSE; Link Here
232
/* |noXkbExtension| is defined in xc/programs/Xserver/xkb/xkbInit.c */
232
/* |noXkbExtension| is defined in xc/programs/Xserver/xkb/xkbInit.c */
233
#ifdef PANORAMIX
233
#ifdef PANORAMIX
234
/* Xinerama is disabled by default unless enabled via +xinerama */
234
/* Xinerama is disabled by default unless enabled via +xinerama */
235
_X_EXPORT Bool noPanoramiXExtension = TRUE;
235
_X_EXPORT Bool noPanoramiXExtension = FALSE;
236
#endif
236
#endif
237
#ifdef XINPUT
237
#ifdef XINPUT
238
_X_EXPORT Bool noXInputExtension = FALSE;
238
_X_EXPORT Bool noXInputExtension = FALSE;

Return to bug 233112