CVS: rdesktop/uiports xxxwin.c,1.7,1.8
Jay Sorg <[email protected]> Wed, 17 Jan 2007 22:49:18 -0800
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop/uiports
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv12939
Modified Files:
xxxwin.c
Log Message:
use RD_BOOL where appropriate
Index: xxxwin.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/uiports/xxxwin.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** xxxwin.c 17 Jan 2007 20:02:45 -0000 1.7
--- xxxwin.c 18 Jan 2007 06:49:16 -0000 1.8
***************
*** 11,15 ****
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
!
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
--- 11,15 ----
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
!
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
***************
*** 22,27 ****
#include "../rdesktop.h"
! extern int g_tcp_port_rdp;
! int g_use_rdp5 = 0;
char g_hostname[16];
char g_username[64];
--- 22,27 ----
#include "../rdesktop.h"
! extern int g_tcp_port_rdp; /* in tcp.c */
! RD_BOOL g_use_rdp5 = False;
char g_hostname[16];
char g_username[64];
***************
*** 29,42 ****
int g_width = 800;
int g_server_depth = 8;
! int g_encryption = 1;
! int g_desktop_save = 1;
! int g_polygon_ellipse_orders = 0;
! int g_bitmap_cache = 1;
! int g_bitmap_cache_persist_enable = False;
! int g_bitmap_cache_precache = True;
! int g_bitmap_compression = 1;
! int g_rdp5_performanceflags = 0;
! 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 */
--- 29,42 ----
int g_width = 800;
int g_server_depth = 8;
! RD_BOOL g_encryption = True;
! RD_BOOL g_desktop_save = True;
! RD_BOOL g_polygon_ellipse_orders = False;
! RD_BOOL g_bitmap_cache = True;
! RD_BOOL g_bitmap_cache_persist_enable = False;
! RD_BOOL g_bitmap_cache_precache = True;
! RD_BOOL g_bitmap_compression = True;
! uint32 g_rdp5_performanceflags = 0;
! RD_BOOL g_console_session = False;
! uint32 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 */
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV