/[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 1082 by ossman_, Thu Mar 9 16:27:59 2006 UTC revision 1083 by ossman_, Thu Mar 9 16:28:57 2006 UTC
# Line 129  wndproc_hook_proc(int code, WPARAM cur_t Line 129  wndproc_hook_proc(int code, WPARAM cur_t
129                          }                          }
130    
131                  case WM_SIZE:                  case WM_SIZE:
132                            if (!(style & WS_VISIBLE))
133                                    break;
134                          update_position(hwnd);                          update_position(hwnd);
135                          break;                          break;
136    
137                  case WM_MOVE:                  case WM_MOVE:
138                            if (!(style & WS_VISIBLE))
139                                    break;
140                          update_position(hwnd);                          update_position(hwnd);
141                          break;                          break;
142    
143                  case WM_DESTROY:                  case WM_DESTROY:
144                            if (!(style & WS_VISIBLE))
145                                    break;
146                          vchannel_write("DESTROY1,0x%p,0x%x", hwnd, 0);                          vchannel_write("DESTROY1,0x%p,0x%x", hwnd, 0);
147                          break;                          break;
148    

Legend:
Removed from v.1082  
changed lines
  Added in v.1083

  ViewVC Help
Powered by ViewVC 1.1.26