CVS: seamlessrdp/ServerExe/HookDll hookdll.c,1.8,1.9
Peter Ã
strand <[email protected]>
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/seamlessrdp/ServerExe/HookDll
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv679/HookDll
Modified Files:
hookdll.c
Log Message:
Removed the version numbers from SeamlessRDP commands
Index: hookdll.c
===================================================================
RCS file: /cvsroot/rdesktop/seamlessrdp/ServerExe/HookDll/hookdll.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** hookdll.c 9 Mar 2006 16:28:57 -0000 1.8
--- hookdll.c 10 Mar 2006 09:12:36 -0000 1.9
***************
*** 61,65 ****
}
! 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);
--- 61,65 ----
}
! 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);
***************
*** 102,106 ****
// FIXME: Now, just like create!
debug("SWP_SHOWWINDOW for %p!", hwnd);
! vchannel_write("CREATE1,0x%p,0x%x", hwnd, 0);
// FIXME: SETSTATE
--- 102,106 ----
// FIXME: Now, just like create!
debug("SWP_SHOWWINDOW for %p!", hwnd);
! vchannel_write("CREATE,0x%p,0x%x", hwnd, 0);
// FIXME: SETSTATE
***************
*** 110,114 ****
if (wp->flags & SWP_HIDEWINDOW)
! vchannel_write("DESTROY1,0x%p,0x%x", hwnd, 0);
if (!(style & WS_VISIBLE))
--- 110,114 ----
if (wp->flags & SWP_HIDEWINDOW)
! vchannel_write("DESTROY,0x%p,0x%x", hwnd, 0);
if (!(style & WS_VISIBLE))
***************
*** 120,124 ****
if (!(wp->flags & SWP_NOZORDER))
{
! vchannel_write("ZCHANGE1,0x%p,0x%p,0x%x",
hwnd,
wp->flags & SWP_NOACTIVATE ? wp->
--- 120,124 ----
if (!(wp->flags & SWP_NOZORDER))
{
! vchannel_write("ZCHANGE,0x%p,0x%p,0x%x",
hwnd,
wp->flags & SWP_NOACTIVATE ? wp->
***************
*** 144,148 ****
if (!(style & WS_VISIBLE))
break;
! vchannel_write("DESTROY1,0x%p,0x%x", hwnd, 0);
break;
--- 144,148 ----
if (!(style & WS_VISIBLE))
break;
! vchannel_write("DESTROY,0x%p,0x%x", hwnd, 0);
break;
***************
*** 189,193 ****
else if (show == SW_SHOWMAXIMIZED)
state = 2;
! vchannel_write("SETSTATE1,0x%p,%s,0x%x,0x%x",
(HWND) wparam, title, state, 0);
break;
--- 189,193 ----
else if (show == SW_SHOWMAXIMIZED)
state = 2;
! vchannel_write("SETSTATE,0x%p,%s,0x%x,0x%x",
(HWND) wparam, title, state, 0);
break;
-------------------------------------------------------
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