/[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 1011 by astrand, Wed Aug 31 15:36:59 2005 UTC revision 1012 by astrand, Mon Sep 5 06:52:26 2005 UTC
# Line 145  LRESULT CALLBACK CallWndProc( int nCode, Line 145  LRESULT CALLBACK CallWndProc( int nCode,
145          case WM_CREATE:          case WM_CREATE:
146          if ( cs->style & WS_DLGFRAME ) {          if ( cs->style & WS_DLGFRAME ) {
147                    
148                if ( cs->cx < 0 || cs->cy < 0 )
149                    break;
150                    
151              snprintf( result, sizeof( result ),              snprintf( result, sizeof( result ),
152                        "CREATE1,0x%p,0x%x\n",                        "CREATE1,0x%p,0x%x\n",
153                        details->hwnd, 0 );                        details->hwnd, 0 );
# Line 155  LRESULT CALLBACK CallWndProc( int nCode, Line 158  LRESULT CALLBACK CallWndProc( int nCode,
158                        "SETSTATE1,0x%p,%s,0x%x,0x%x\n",                        "SETSTATE1,0x%p,%s,0x%x,0x%x\n",
159                        details->hwnd,                        details->hwnd,
160                        cs->lpszName,                        cs->lpszName,
161                        1,       // FIXME: Check for WS_MAXIMIZE/WS_MINIMIZE                        1,        // FIXME: Check for WS_MAXIMIZE/WS_MINIMIZE
162                        0 );                        0 );
163              result[ sizeof( result ) - 1 ] = '\0';              result[ sizeof( result ) - 1 ] = '\0';
164              WriteToChannel( result );              WriteToChannel( result );

Legend:
Removed from v.1011  
changed lines
  Added in v.1012

  ViewVC Help
Powered by ViewVC 1.1.26