CVS: rdesktop/uiports qtwin.cpp,1.11,1.12
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-serv9405
Modified Files:
qtwin.cpp
Log Message:
get qtrdesktop compiling
Index: qtwin.cpp
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/uiports/qtwin.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** qtwin.cpp 1 May 2005 00:14:20 -0000 1.11
--- qtwin.cpp 22 Sep 2005 01:18:57 -0000 1.12
***************
*** 61,64 ****
--- 61,67 ----
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 */
***************
*** 118,121 ****
--- 121,133 ----
Qt::SetROP}; // WHITENESS 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;
+
//*****************************************************************************
uint32 Color15to32(uint32 InColor)
***************
*** 1495,1498 ****
--- 1507,1522 ----
/*****************************************************************************/
+ 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