summaryrefslogtreecommitdiffstats
path: root/driver/types.h
diff options
context:
space:
mode:
authorSimon Rettberg2018-10-16 10:21:16 +0200
committerSimon Rettberg2018-10-16 10:21:16 +0200
commit541cb14f1cf2d77f76b6cec665466a1685ff9b65 (patch)
tree1b9b3f8dc711c769eef0111e467e2424845ed5c1 /driver/types.h
parentUpdate gitignore (diff)
downloadxscreensaver-541cb14f1cf2d77f76b6cec665466a1685ff9b65.tar.gz
xscreensaver-541cb14f1cf2d77f76b6cec665466a1685ff9b65.tar.xz
xscreensaver-541cb14f1cf2d77f76b6cec665466a1685ff9b65.zip
Add ungrab command, respawn hack before password prompt
Diffstat (limited to 'driver/types.h')
-rw-r--r--driver/types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/driver/types.h b/driver/types.h
index f1630b0..8ecef71 100644
--- a/driver/types.h
+++ b/driver/types.h
@@ -164,6 +164,11 @@ struct saver_preferences {
char *help_url; /* Where the help document resides. */
char *load_url_command; /* How one loads URLs. */
char *new_login_command; /* Command for the "New Login" button. */
+ char *external_ungrab_command; /* Command that's supposed to make sure
+ nobody is holding the keyboard or
+ mouse grab. Called with params
+ "pre" and "post" before and after
+ trying to get the grab. */
int auth_warning_slack; /* Don't warn about login failures if they
all happen within this many seconds of