CVS: rdesktop/uiports svgawin.c,1.4,1.5

Jay Sorg <[email protected]>
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/rdesktop/uiports
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28302

Modified Files:
	svgawin.c 
Log Message:
get svgardesktop compiling

Index: svgawin.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/uiports/svgawin.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** svgawin.c	13 Mar 2005 03:45:27 -0000	1.4
--- svgawin.c	22 Sep 2005 03:04:58 -0000	1.5
***************
*** 52,55 ****
--- 52,58 ----
  int g_console_session = 0;
  int g_keylayout = 0x409; /* Defaults to US keyboard layout */
+ int g_keyboard_type = 0x4; /* Defaults to US keyboard layout */
+ int g_keyboard_subtype = 0x0; /* Defaults to US keyboard layout */
+ int g_keyboard_functionkeys = 0xc; /* Defaults to US keyboard layout */
  
  /* hack globals */
***************
*** 109,112 ****
--- 112,124 ----
  static int g_draw_mouse = 1;
  
+ /* Session Directory redirection */
+ BOOL g_redirect = False;
+ char g_redirect_server[64];
+ char g_redirect_domain[16];
+ char g_redirect_password[64];
+ char g_redirect_username[64];
+ char g_redirect_cookie[128];
+ uint32 g_redirect_flags = 0;
+ 
  // bitmap
  typedef struct
***************
*** 1688,1691 ****
--- 1700,1715 ----
  
  /*****************************************************************************/
+ char * xstrdup(const char * s)
+ {
+   char * mem = strdup(s);
+   if (mem == NULL)
+   {
+     perror("strdup");
+     exit(1);
+   }
+   return mem;
+ }
+ 
+ /*****************************************************************************/
  void warning(char* format, ...)
  {



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.