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

Jay Sorg <[email protected]> Tue, 05 Jun 2007 21:38:32 -0700
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/rdesktop/uiports
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16433

Modified Files:
	svgawin.c 
Log Message:
RD_ prefix for BOOL

Index: svgawin.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/uiports/svgawin.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** svgawin.c	22 Sep 2005 03:04:58 -0000	1.5
--- svgawin.c	6 Jun 2007 04:38:29 -0000	1.6
***************
*** 2,6 ****
     rdesktop: A Remote Desktop Protocol client.
     User interface services - SVGA lib
!    Copyright (C) Jay Sorg 2004-2005
  
     This program is free software; you can redistribute it and/or modify
--- 2,6 ----
     rdesktop: A Remote Desktop Protocol client.
     User interface services - SVGA lib
!    Copyright (C) Jay Sorg 2004-2007
  
     This program is free software; you can redistribute it and/or modify
***************
*** 113,117 ****
  
  /* Session Directory redirection */
! BOOL g_redirect = False;
  char g_redirect_server[64];
  char g_redirect_domain[16];
--- 113,117 ----
  
  /* Session Directory redirection */
! RD_BOOL g_redirect = False;
  char g_redirect_server[64];
  char g_redirect_domain[16];
***************
*** 279,283 ****
  //*****************************************************************************
  // check if a certain pixel is set in a bitmap
! BOOL is_pixel_on(uint8* data, int x, int y, int width, int bpp)
  {
    int start;
--- 279,283 ----
  //*****************************************************************************
  // check if a certain pixel is set in a bitmap
! RD_BOOL is_pixel_on(uint8* data, int x, int y, int width, int bpp)
  {
    int start;
***************
*** 1000,1004 ****
  
  /*****************************************************************************/
! BOOL ui_main_loop(void)
  {
    int sel;
--- 1000,1004 ----
  
  /*****************************************************************************/
! RD_BOOL ui_main_loop(void)
  {
    int sel;
***************
*** 1744,1748 ****
  }
  
! BOOL rd_pstcache_mkdir(void)
  {
    return 0;
--- 1744,1748 ----
  }
  
! RD_BOOL rd_pstcache_mkdir(void)
  {
    return 0;
***************
*** 1780,1784 ****
  
  /*****************************************************************************/
! BOOL rd_lock_file(int fd, int start, int len)
  {
    return False;
--- 1780,1784 ----
  
  /*****************************************************************************/
! RD_BOOL rd_lock_file(int fd, int start, int len)
  {
    return False;


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/