Changes between Version 18 and Version 19 of Usage/EnvironmentOptions
- Timestamp:
- 01/12/17 10:07:57 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Usage/EnvironmentOptions
v18 v19 295 295 ||Variable ||Meaning || Default Value|| 296 296 ||XPRA_WIN32_WINDOW_HOOKS ||Enable all window hooks || 1|| 297 ||XPRA_WHEEL||Enable mouse wheel speed window hook workaround|| 1|| 298 ||XPRA_WHEEL_DELTA||Mouse wheel acceleration for workaround|| 120|| 297 299 ||XPRA_WIN32_GROUP_LEADER ||Enable group leader workaround || 1|| 298 300 ||XPRA_WIN32_UNDECORATED_STYLE || Enable undecorated style workaround || 1|| 299 301 ||XPRA_WIN32_MAX_SIZE_HINT ||Enable max size hint || 1 (0 with gtk3)|| 302 ||XPRA_WIN32_GEOMETRY ||Geometry workarounds || 1|| 303 ||XPRA_WIN32_CLIP_CURSOR ||Support for clipping the cursor (grabs) || 1|| 300 304 ||XPRA_DPI_AWARE ||Call {{{SetProcessDPIAware}}} (see #163)|| 1|| 305 ||XPRA_DPI_AWARENESS ||Call {{{SetProcessDPIAwareness}}} (see #163)|| 1|| 306 ||XPRA_FORWARD_WINDOWS_KEY ||Forward the special "Windows" key || 1|| 307 ||XPRA_WIN32_LANGCHANGE ||Detect keyboard language changes || 1|| 301 308 ||XPRA_WIN32_MINMAXINFO ||Enable MINMAXINFO workaround || 1|| 302 309 … … 308 315 ||Variable ||Meaning || Default Value|| 309 316 ||XPRA_DISCARD_TARGETS ||List of clipboard targets which are discarded || 310 ||XPRA_TRANSLATEDCLIPBOARD_LOCAL_SELECTION ||Default local selection for translated clipboard || ||311 ||XPRA_TRANSLATEDCLIPBOARD_REMOTE_SELECTION ||Default remote selection for translated clipboard || ||312 317 ||XPRA_CLIPBOARD_LIMIT ||Maximum number of clipboard transfers per second, clipboard will be disabled automatically beyond that || 20|| 313 318