|
|
@@ -29,17 +29,6 @@ ConfigureFn(config_glxdisplay) {
|
|
|
init_libglxdisplay();
|
|
|
}
|
|
|
|
|
|
-ConfigVariableString display_cfg
|
|
|
-("display", "",
|
|
|
- PRC_DESC("Specify the X display string for the default display. If this "
|
|
|
- "is not specified, $DISPLAY is used."));
|
|
|
-
|
|
|
-ConfigVariableBool x_error_abort
|
|
|
-("x-error-abort", false,
|
|
|
- PRC_DESC("Set this true to trigger and abort (and a stack trace) on receipt "
|
|
|
- "of an error from the X window system. This can make it easier "
|
|
|
- "to discover where these errors are generated."));
|
|
|
-
|
|
|
ConfigVariableBool glx_get_proc_address
|
|
|
("glx-get-proc-address", true,
|
|
|
PRC_DESC("Set this to true to allow the use of glxGetProcAddress(), if "
|
|
|
@@ -54,30 +43,6 @@ ConfigVariableBool glx_get_os_address
|
|
|
"addresses of extension functions. This will be done only "
|
|
|
"if glxGetProcAddress() cannot be used for some reason."));
|
|
|
|
|
|
-ConfigVariableInt x_wheel_up_button
|
|
|
-("x-wheel-up-button", 4,
|
|
|
- PRC_DESC("This is the mouse button index of the wheel_up event: which "
|
|
|
- "mouse button number does the system report when the mouse wheel "
|
|
|
- "is rolled one notch up?"));
|
|
|
-
|
|
|
-ConfigVariableInt x_wheel_down_button
|
|
|
-("x-wheel-down-button", 5,
|
|
|
- PRC_DESC("This is the mouse button index of the wheel_down event: which "
|
|
|
- "mouse button number does the system report when the mouse wheel "
|
|
|
- "is rolled one notch down?"));
|
|
|
-
|
|
|
-ConfigVariableInt x_wheel_left_button
|
|
|
-("x-wheel-left-button", 6,
|
|
|
- PRC_DESC("This is the mouse button index of the wheel_left event: which "
|
|
|
- "mouse button number does the system report when one scrolls "
|
|
|
- "to the left?"));
|
|
|
-
|
|
|
-ConfigVariableInt x_wheel_right_button
|
|
|
-("x-wheel-right-button", 7,
|
|
|
- PRC_DESC("This is the mouse button index of the wheel_right event: which "
|
|
|
- "mouse button number does the system report when one scrolls "
|
|
|
- "to the right?"));
|
|
|
-
|
|
|
ConfigVariableBool glx_support_pbuffer
|
|
|
("glx-support-pbuffer", false,
|
|
|
PRC_DESC("Set this true to enable the use of X pbuffer-based offscreen "
|