vcl/README.vars.md |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit e983cb3508e3735b28a5985e62b97e3bdc64fa88
Author:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
AuthorDate: Thu Nov 25 11:39:13 2021 +0100
Commit:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
CommitDate: Tue Nov 30 08:41:04 2021 +0100

    Document SAL_NO_MOUSEGRABS
    
    Change-Id: I8c94f358111be231ae96a81da264a999c18a0a3d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126079
    Tested-by: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>

diff --git a/vcl/README.vars.md b/vcl/README.vars.md
index 7e0c3c2db0ad..c7971b734be0 100644
--- a/vcl/README.vars.md
+++ b/vcl/README.vars.md
@@ -23,6 +23,8 @@ will be used to write the log under `instdir/uitest/`.
 
 * `SAL_DISABLE_WATCHDOG` - don't start the thread that watches for broken 
GL/Vulkan/OpenCL drivers
 
+* `SAL_NO_MOUSEGRABS` - for debugging - stop blocking UI if a breakpoint is hit
+
 ## Gtk+
 
 * `VCL_GTK3_PAINTDEBUG` - in debug builds, if set to `1` then holding down 
`shift+0` forces a redraw event, `shift+1` repaints everything, and

Reply via email to