/[rdesktop]/sourceforge.net/trunk/seamlessrdp/ServerExe/HookDll/hookdll.c
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.c

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

revision 1100 by ossman_, Fri Mar 10 12:56:37 2006 UTC revision 1102 by ossman_, Fri Mar 10 13:25:25 2006 UTC
# Line 161  wndproc_hook_proc(int code, WPARAM cur_t Line 161  wndproc_hook_proc(int code, WPARAM cur_t
161                          update_position(hwnd);                          update_position(hwnd);
162                          break;                          break;
163    
164                    case WM_SETTEXT:
165                            if (!(style & WS_VISIBLE))
166                                    break;
167                            /* FIXME: Strip title of dangerous characters */
168                            vchannel_write("TITLE,0x%p,%s,0x%x", hwnd, (char *) lparam, 0);
169                            break;
170    
171                  case WM_DESTROY:                  case WM_DESTROY:
172                          if (!(style & WS_VISIBLE))                          if (!(style & WS_VISIBLE))
173                                  break;                                  break;

Legend:
Removed from v.1100  
changed lines
  Added in v.1102

  ViewVC Help
Powered by ViewVC 1.1.26