CVS: seamlessrdp/ServerExe/HookDll hookdll.cpp,1.13,1.14
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-serv28653
Modified Files:
hookdll.cpp
Log Message:
Implemented DESTROY1.
Index: hookdll.cpp
===================================================================
RCS file: /cvsroot/rdesktop/seamlessrdp/ServerExe/HookDll/hookdll.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** hookdll.cpp 30 Aug 2005 09:43:32 -0000 1.13
--- hookdll.cpp 30 Aug 2005 09:48:07 -0000 1.14
***************
*** 170,174 ****
case WM_DESTROY:
if ( dwStyle & WS_DLGFRAME ) {
! sprintf( result, "WM_DESTROY:%p", details->hwnd );
buffer = result;
}
--- 170,176 ----
case WM_DESTROY:
if ( dwStyle & WS_DLGFRAME ) {
! snprintf( result, sizeof( result ),
! "DESTROY1,0x%x,0x%x\n",
! details->hwnd, 0 );
buffer = result;
}
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf