Pass PINENTRY_GEOM_HINT environment variable to pinentry

* common/session-env.c: Add PINENTRY_GEOM_HINT to variables.

--

GnuPG-Bug-ID: 6930
This commit is contained in:
Tobias Fella 2024-01-18 11:23:51 +01:00
parent 5402e6fb93
commit cb8eb366cb
No known key found for this signature in database
GPG Key ID: F315CBBEE5E1889B
1 changed files with 2 additions and 1 deletions

View File

@ -84,9 +84,10 @@ static struct
modules (eg "xim"). */
{ "INSIDE_EMACS" }, /* Set by Emacs before running a
process. */
{ "PINENTRY_USER_DATA", "pinentry-user-data"}
{ "PINENTRY_USER_DATA", "pinentry-user-data"},
/* Used for communication with
non-standard Pinentries. */
{ "PINENTRY_GEOM_HINT" } /* Used to pass window information. */
};