CVS: rdesktop seamless.c,1.1.2.1,1.1.2.2

Peter Åstrand <[email protected]>
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27717

Modified Files:
      Tag: seamlessrdp-branch
	seamless.c 
Log Message:
Removed the version numbers from SeamlessRDP commands

Index: seamless.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/Attic/seamless.c,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** seamless.c	10 Mar 2006 08:50:43 -0000	1.1.2.1
--- seamless.c	10 Mar 2006 09:01:51 -0000	1.1.2.2
***************
*** 81,85 ****
  	tok8 = seamless_get_token(&p);
  
! 	if (!strcmp("CREATE1", tok1))
  	{
  		if (!tok3)
--- 81,85 ----
  	tok8 = seamless_get_token(&p);
  
! 	if (!strcmp("CREATE", tok1))
  	{
  		if (!tok3)
***************
*** 96,100 ****
  		ui_seamless_create_window(id, flags);
  	}
! 	else if (!strcmp("DESTROY1", tok1))
  	{
  		if (!tok3)
--- 96,100 ----
  		ui_seamless_create_window(id, flags);
  	}
! 	else if (!strcmp("DESTROY", tok1))
  	{
  		if (!tok3)
***************
*** 112,120 ****
  
  	}
! 	else if (!strcmp("SETICON1", tok1))
  	{
  		unimpl("SeamlessRDP SETICON1\n");
  	}
! 	else if (!strcmp("POSITION1", tok1))
  	{
  		int x, y, width, height;
--- 112,120 ----
  
  	}
! 	else if (!strcmp("SETICON", tok1))
  	{
  		unimpl("SeamlessRDP SETICON1\n");
  	}
! 	else if (!strcmp("POSITION", tok1))
  	{
  		int x, y, width, height;
***************
*** 147,155 ****
  		ui_seamless_move_window(id, x, y, width, height, flags);
  	}
! 	else if (!strcmp("ZCHANGE1", tok1))
  	{
  		unimpl("SeamlessRDP ZCHANGE1\n");
  	}
! 	else if (!strcmp("SETSTATE1", tok1))
  	{
  		unsigned int state;
--- 147,155 ----
  		ui_seamless_move_window(id, x, y, width, height, flags);
  	}
! 	else if (!strcmp("ZCHANGE", tok1))
  	{
  		unimpl("SeamlessRDP ZCHANGE1\n");
  	}
! 	else if (!strcmp("SETSTATE", tok1))
  	{
  		unsigned int state;
***************
*** 174,178 ****
  		ui_seamless_setstate(id, state, flags);
  	}
! 	else if (!strcmp("DEBUG1", tok1))
  	{
  		printf("SeamlessRDP:%s\n", line);
--- 174,178 ----
  		ui_seamless_setstate(id, state, flags);
  	}
! 	else if (!strcmp("DEBUG", tok1))
  	{
  		printf("SeamlessRDP:%s\n", line);



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
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.