CVS: rdesktop/uiports qtewin.cpp,1.9,1.10

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-serv4563

Modified Files:
	qtewin.cpp 
Log Message:
get qterdesktop compiling

Index: qtewin.cpp
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/uiports/qtewin.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** qtewin.cpp	5 Apr 2005 03:22:15 -0000	1.9
--- qtewin.cpp	22 Sep 2005 00:52:14 -0000	1.10
***************
*** 61,67 ****
  int g_bitmap_compression = 1;
  int g_polygon_ellipse_orders = 0;
! int g_rdp5_performanceflags = 0;
  int g_console_session = 0;
  int g_keylayout = 0x409; /* Defaults to US keyboard layout */
  int g_width = 640;
  int g_height = 480;
--- 61,71 ----
  int g_bitmap_compression = 1;
  int g_polygon_ellipse_orders = 0;
! int g_rdp5_performanceflags =
!   RDP5_NO_WALLPAPER | RDP5_NO_FULLWINDOWDRAG | RDP5_NO_MENUANIMATIONS;
  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 */
  int g_width = 640;
  int g_height = 480;
***************
*** 119,122 ****
--- 123,135 ----
  static int g_clipcy = 0;
  
+ /* 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;
+ 
  #define BPP ((g_server_bpp + 7) / 8)
  #define GETPIXEL8(d, x, y, w) (*(((uint8*)d) + ((y) * (w) + (x))))
***************
*** 2155,2158 ****
--- 2168,2183 ----
  
  /*****************************************************************************/
+ 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.