CVS: rdesktop/uiports makefile_svga,1.1,1.2 svgawin.c,1.3,1.4

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

Modified Files:
	makefile_svga svgawin.c 
Log Message:
some new orders

Index: makefile_svga
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/uiports/makefile_svga,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** makefile_svga	7 Feb 2005 00:54:10 -0000	1.1
--- makefile_svga	13 Mar 2005 03:45:27 -0000	1.2
***************
*** 32,36 ****
  	$(CC) $(CFLAGS) -c $*.c
  clean:
! 	rm svgardesktop
! 	rm *.o
! 	rm ../*.o
\ No newline at end of file
--- 32,36 ----
  	$(CC) $(CFLAGS) -c $*.c
  clean:
! 	rm -f svgardesktop
! 	rm -f *.o
! 	rm -f ../*.o

Index: svgawin.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/uiports/svgawin.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** svgawin.c	13 Mar 2005 02:53:56 -0000	1.3
--- svgawin.c	13 Mar 2005 03:45:27 -0000	1.4
***************
*** 2,6 ****
     rdesktop: A Remote Desktop Protocol client.
     User interface services - SVGA lib
!    Copyright (C) Jay Sorg 2004
  
     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-2005
  
     This program is free software; you can redistribute it and/or modify
***************
*** 30,34 ****
  #include <stdarg.h> // va_list va_start va_end
  
- 
  #include <sys/ioctl.h>
  #include <linux/keyboard.h>
--- 30,33 ----
***************
*** 44,48 ****
  int g_server_bpp = 8;
  int g_encryption = 1;
! int g_desktop_save =1;
  int g_bitmap_cache = 1;
  int g_bitmap_cache_persist_enable = False;
--- 43,48 ----
  int g_server_bpp = 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;
***************
*** 130,140 ****
  myrect* head_rect = 0;
  
  // Keyboard stuff - PeterS
- 
  static void setled(int mask, int state)
  {
    int fd;
    long int leds;
!   
    if (( fd=open("/dev/console", O_NOCTTY)) != -1 )
    {
--- 130,140 ----
  myrect* head_rect = 0;
  
+ //*****************************************************************************
  // Keyboard stuff - PeterS
  static void setled(int mask, int state)
  {
    int fd;
    long int leds;
! 
    if (( fd=open("/dev/console", O_NOCTTY)) != -1 )
    {
***************
*** 145,150 ****
          leds |= mask;
        else
!         leds &= ~mask;	
!       ioctl (fd, KDSETLED, leds);	
      }
      close(fd);
--- 145,150 ----
          leds |= mask;
        else
!         leds &= ~mask;
!       ioctl (fd, KDSETLED, leds);
      }
      close(fd);



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
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.