CVS: seamlessrdp/ServerExe main.c,1.7,1.8 vchannel.c,1.4,1.5
Peter Ã
strand <[email protected]>
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/seamlessrdp/ServerExe
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv679
Modified Files:
main.c vchannel.c
Log Message:
Removed the version numbers from SeamlessRDP commands
Index: main.c
===================================================================
RCS file: /cvsroot/rdesktop/seamlessrdp/ServerExe/main.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** main.c 9 Mar 2006 16:42:26 -0000 1.7
--- main.c 10 Mar 2006 09:12:36 -0000 1.8
***************
*** 81,85 ****
return TRUE;
! vchannel_write("CREATE1,0x%p,0x%x", hwnd, 0);
if (!GetWindowRect(hwnd, &rect))
--- 81,85 ----
return TRUE;
! vchannel_write("CREATE,0x%p,0x%x", hwnd, 0);
if (!GetWindowRect(hwnd, &rect))
***************
*** 89,93 ****
}
! vchannel_write("POSITION1,0x%p,%d,%d,%d,%d,0x%x",
hwnd,
rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top, 0);
--- 89,93 ----
}
! vchannel_write("POSITION,0x%p,%d,%d,%d,%d,0x%x",
hwnd,
rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top, 0);
***************
*** 104,108 ****
state = 0;
! vchannel_write("SETSTATE1,0x%p,%s,0x%x,0x%x", hwnd, title, state, 0);
return TRUE;
--- 104,108 ----
state = 0;
! vchannel_write("SETSTATE,0x%p,%s,0x%x,0x%x", hwnd, title, state, 0);
return TRUE;
Index: vchannel.c
===================================================================
RCS file: /cvsroot/rdesktop/seamlessrdp/ServerExe/vchannel.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** vchannel.c 9 Mar 2006 15:27:39 -0000 1.4
--- vchannel.c 10 Mar 2006 09:12:36 -0000 1.5
***************
*** 42,49 ****
char buf[256];
! sprintf(buf, "DEBUG1,");
va_start(argp, format);
! _vsnprintf(buf + sizeof("DEBUG1,") - 1, sizeof(buf) - sizeof("DEBUG1,") + 1, format, argp);
va_end(argp);
--- 42,49 ----
char buf[256];
! sprintf(buf, "DEBUG,");
va_start(argp, format);
! _vsnprintf(buf + sizeof("DEBUG,") - 1, sizeof(buf) - sizeof("DEBUG,") + 1, format, argp);
va_end(argp);
-------------------------------------------------------
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