/[rdesktop]/sourceforge.net/trunk/seamlessrdp/ServerExe/HookDll/hookdll.cpp
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/seamlessrdp/ServerExe/HookDll/hookdll.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1000 by astrand, Tue Aug 30 09:43:32 2005 UTC revision 1001 by astrand, Tue Aug 30 09:48:07 2005 UTC
# Line 169  LRESULT CALLBACK CallWndProc( int nCode, Line 169  LRESULT CALLBACK CallWndProc( int nCode,
169                    
170          case WM_DESTROY:          case WM_DESTROY:
171          if ( dwStyle & WS_DLGFRAME ) {          if ( dwStyle & WS_DLGFRAME ) {
172              sprintf( result, "WM_DESTROY:%p", details->hwnd );              snprintf( result, sizeof( result ),
173                          "DESTROY1,0x%x,0x%x\n",
174                          details->hwnd, 0 );
175              buffer = result;              buffer = result;
176          }          }
177                    

Legend:
Removed from v.1000  
changed lines
  Added in v.1001

  ViewVC Help
Powered by ViewVC 1.1.26