diff options
author | Colin Harrison <colin.harrison@virgin.net> | 2009-11-06 17:46:58 +0000 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2009-11-09 20:33:42 +0000 |
commit | 72f81f4e449defb0654e9bdb2c9ec014475a3977 (patch) | |
tree | d9b393603e77cf1878a2f434d2bbac3fd9939ac7 /hw/xwin/winglobals.c | |
parent | 6dbf8f27c885ea3a761548183fb00ba3df2df553 (diff) |
Xming: Make -auth option work in with -multiwindow
Use an internally generated cookie for authentication of the internal
window manager client when using the -auth option in -multiwindow mode.
Copyright (C) Colin Harrison 2005-2008
http://www.straightrunning.com/XmingNotes/
http://sourceforge.net/projects/xming/
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'hw/xwin/winglobals.c')
-rw-r--r-- | hw/xwin/winglobals.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xwin/winglobals.c b/hw/xwin/winglobals.c index 3eb6091e6..57b3bf3b8 100644 --- a/hw/xwin/winglobals.c +++ b/hw/xwin/winglobals.c @@ -1,5 +1,6 @@ /* *Copyright (C) 2003-2004 Harold L Hunt II All Rights Reserved. + *Copyright (C) Colin Harrison 2005-2008 * *Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the @@ -26,6 +27,7 @@ *from Harold L Hunt II. * * Authors: Harold L Hunt II + * Colin Harrison */ #ifdef HAVE_XWIN_CONFIG_H @@ -63,6 +65,7 @@ HWND g_hDlgExit = NULL; HWND g_hDlgAbout = NULL; const char * g_pszQueryHost = NULL; Bool g_fXdmcpEnabled = FALSE; +Bool g_fAuthEnabled = FALSE; HICON g_hIconX = NULL; HICON g_hSmallIconX = NULL; #ifndef RELOCATE_PROJECTROOT |