mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-31 11:41:32 +01:00
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:
parent
5402e6fb93
commit
cb8eb366cb
@ -84,9 +84,10 @@ static struct
|
|||||||
modules (eg "xim"). */
|
modules (eg "xim"). */
|
||||||
{ "INSIDE_EMACS" }, /* Set by Emacs before running a
|
{ "INSIDE_EMACS" }, /* Set by Emacs before running a
|
||||||
process. */
|
process. */
|
||||||
{ "PINENTRY_USER_DATA", "pinentry-user-data"}
|
{ "PINENTRY_USER_DATA", "pinentry-user-data"},
|
||||||
/* Used for communication with
|
/* Used for communication with
|
||||||
non-standard Pinentries. */
|
non-standard Pinentries. */
|
||||||
|
{ "PINENTRY_GEOM_HINT" } /* Used to pass window information. */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user